зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
4ae348020e
Коммит
c07d47e936
|
@ -21,7 +21,7 @@
|
|||
background: lightblue;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
background: lightblue;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
/* We'll make the second flex line not paint anything, so that the
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
background: lightblue;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
background: lightblue;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
/* We'll make the second flex line not paint anything, so that the
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
width: 40px;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
align-content: center;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
width: 40px;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
align-content: center;
|
||||
}
|
||||
.flexContainer > * {
|
||||
width: 18px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.smallFont {
|
||||
|
|
Загрузка…
Ссылка в новой задаче