blob: b8add8f59beeb83aebe9fb8c38f14001ffe60891 [file] [log] [blame]
<html>
<body onload="runTest()">
Test passes it it does not crash.
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
function runTest()
{
document.body.offsetTop;
child = document.getElementById('test');
child.parentNode.removeChild(child);
}
</script>
<br>
<span id="test"></span>
</body>
</html>