3 Tests the behavior of the intrinsic width keywords when applied to min-width
4 by placing them inside a constrained container. This test passes if it looks
5 identical to the width.html test since all min's should be larger than the
6 #container and should overflow.
9 @import
"resources/width-keyword-classes.css";
12 border:
5px solid red;
17 display: inline-block;
29 <div class=
"min-width-min-content">
30 <span>Min Content
</span> on this box.
33 <div class=
"min-width-max-content">
34 <span>Max Content
</span> on this box.
37 <div class=
"min-width-fill-available">
38 <span>Fill Available
</span> on this box.
41 <div class=
"min-width-fit-content">
42 <span>Fit Content
</span> on this box.