| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <body onload="runTest()"> | 2 <body onload="runTest()"> |
| 3 <script> | 3 <script> |
| 4 if (window.layoutTestController) | 4 if (window.layoutTestController) |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 | 6 |
| 7 function runTest() | 7 function runTest() |
| 8 { | 8 { |
| 9 document.body.offsetTop; | 9 document.body.offsetTop; |
| 10 var child = document.getElementById('test'); | 10 var child = document.getElementById('test'); |
| 11 child.parentNode.removeChild(child); | 11 child.parentNode.removeChild(child); |
| 12 } | 12 } |
| 13 </script> | 13 </script> |
| 14 <div style="padding-bottom: 10500000000000%; -webkit-columns: initial;"> | 14 <div style="padding-bottom: 10500000000000%; -webkit-columns: initial;"> |
| 15 PASS | 15 PASS |
| 16 <p></p> | 16 <p></p> |
| 17 <span id="test"> | 17 <span id="test"> |
| 18 <link></link> | 18 <link></link> |
| 19 </span> | 19 </span> |
| 20 </div> | 20 </div> |
| 21 </body> | 21 </body> |
| 22 </html> | 22 </html> |
| 23 | 23 |
| OLD | NEW |