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:
Daniel Holbert 2014-06-02 15:15:12 -07:00
parent 0c36fea720
commit 01dd94696a
3 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@
}
.hiddenItemForSizing {
width: 0;
min-width: 0; /* disable default min-width:auto behavior */
color: transparent;
align-self: baseline;
}

View File

@ -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>

View File

@ -29,6 +29,7 @@
.item1 {
background: lightblue;
width: 30px;
min-width: 0; /* disable default min-width:auto behavior */
padding: 2px;
}
.item2 {