chromium/third_party/blink/web_tests/fast/inline/clean-after-removing-temp-boxes.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>