| <html> | |
| <body onload="runTest()"> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| function runTest() | |
| { | |
| document.body.offsetTop; | |
| var child = document.getElementById('test'); | |
| child.parentNode.removeChild(child); | |
| } | |
| </script> | |
| <div style="padding-bottom: 10500000000000%; -webkit-columns: initial;"> | |
| PASS | |
| <p></p> | |
| <span id="test"> | |
| <link></link> | |
| </span> | |
| </div> | |
| </body> | |
| </html> | |