Bug 946835 part 6: In reftests flexbox-baseline-multi-line-horiz-*, increase some sizes from 18px (arbitrary) to 20px (half the container width) to make upcoming vertical variants simpler. (no review)

This commit is contained in:
Daniel Holbert 2013-12-20 15:07:56 -08:00
parent ec34c08ae6
commit 6fe0927210
8 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
background: lightblue;
}
.flexContainer > * {
width: 18px;
width: 20px;
display: inline-block;
}

View File

@ -28,7 +28,7 @@
background: lightblue;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
/* We'll make the second flex line not paint anything, so that the

View File

@ -25,7 +25,7 @@
background: lightblue;
}
.flexContainer > * {
width: 18px;
width: 20px;
display: inline-block;
}

View File

@ -28,7 +28,7 @@
background: lightblue;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
/* We'll make the second flex line not paint anything, so that the

View File

@ -23,7 +23,7 @@
width: 40px;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
.smallFont {

View File

@ -23,7 +23,7 @@
align-content: center;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
.smallFont {

View File

@ -23,7 +23,7 @@
width: 40px;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
.smallFont {

View File

@ -23,7 +23,7 @@
align-content: center;
}
.flexContainer > * {
width: 18px;
width: 20px;
}
.smallFont {