blob: 7ac6ab77babb4a37b3635ca646df0c41e5d6de5e [file] [log] [blame]
<script>
if (window.layoutTestController)
layoutTestController.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>