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