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