Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline / clean-after-removing-temp-boxes.html
blob2c495c0010749097c0e07a127e08393757624eaa
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>
6 This tests that having a &lt;wbr> element or a positioned element and a float
7 on the same line does not cause an assertion failure.
8 </p>
9 <div>
10 &nbsp;<span style="position: absolute;"></span><span style="float: left"></span>
11 </div>
12 <div>
13 &nbsp;<span style="float: left"></span><wbr>
14 </div>