| <p> webkit.org/b/115687: Ensure we remove anonymous wrappers if all elements on a line become inline (i.e. excluding floating or positioned).</p> |
| <script src="../../resources/check-layout.js"></script> |
| <span id="inline" data-offset-x=160></span><div id="first"> </div><div id="second"> </div> |
| document.getElementById('first').style.float = 'none'; |
| document.getElementById('second').style.float = 'none'; |
| document.getElementById('first').style.float = 'left'; |
| document.getElementById('second').style.float = 'left'; |