blob: ff000622f8e5e63b833c55770b4dc469915efaf0 [file] [log] [blame]
<html>
<body onload="runTest()">
<script>
if (window.layoutTestController)
layoutTestController.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>