19 /* Should be shrink wrapped like it was an inline block */
23 display: inline-block;
26 /* fill-available can't avoid the float so it should be pushed down */
34 <div class=
"float">Float
</div>
36 <div class=
"min-content">
37 <span>Min Content
</span><br>on this box.
42 <div class=
"max-content">
43 <span>Max Content
</span> on this box.
48 <div class=
"fit-content">
49 <span>Fit Content
</span> on this box.
55 <span>Auto
</span> on this box.
58 <div class=
"fill-available">
59 <span>Fill Available
</span> on this box.