blob: 2c495c0010749097c0e07a127e08393757624eaa [file] [log] [blame]
<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>