10 display: inline-block;
34 fit-content and min-content in this test should both do float like
43 max-content acts as though no line breaks were taken.
47 display: inline-block;
54 <div class=
"min-content">
55 <span>Min Content
</span> on this box.
58 <div class=
"max-content">
59 <span>Max Content
</span> on this box.
63 <span>Float
</span> on this box.
67 <span>Fill Available
</span> on this box.
70 <div class=
"fit-content">
71 <span>Fit Content
</span> on this box.