haikuwebkit/LayoutTests/fast/text/whitespace/nowrap-clear-float.html

5 lines
218 B
HTML

<div style="width: 200px;">
<div style="float: left; width: 100px; height: 100px; background-color: lightblue;"></div>
<span style="white-space: nowrap">This text should be below the blue square.</span>
</div>