зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1015482 part 1: Add 'min-width: 0' to some reftest files that have flex items with intentionally-overflowing contents. r=mats
This commit is contained in:
Родитель
c52b013c3b
Коммит
96b4def09f
|
@ -23,6 +23,7 @@
|
|||
}
|
||||
.hiddenItemForSizing {
|
||||
width: 0;
|
||||
min-width: 0; /* disable default min-width:auto behavior */
|
||||
color: transparent;
|
||||
align-self: baseline;
|
||||
}
|
||||
|
|
|
@ -33,10 +33,12 @@
|
|||
.item1 {
|
||||
background: lightblue;
|
||||
width: 30px;
|
||||
min-width: 0; /* disable default min-width:auto behavior */
|
||||
}
|
||||
.item2 {
|
||||
background: yellow;
|
||||
width: 30px;
|
||||
min-width: 0; /* disable default min-width:auto behavior */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
.item1 {
|
||||
background: lightblue;
|
||||
width: 30px;
|
||||
min-width: 0; /* disable default min-width:auto behavior */
|
||||
padding: 2px;
|
||||
}
|
||||
.item2 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче