haikuwebkit/LayoutTests/fast/inline/clean-after-removing-temp-b...

15 lines
388 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>
This tests that having a &lt;wbr> element or a positioned element and a float
on the same line does not cause an assertion failure.
</p>
<div>
&nbsp;<span style="position: absolute;"></span><span style="float: left"></span>
</div>
<div>
&nbsp;<span style="float: left"></span><wbr>
</div>