blob: ec701ab35f89e39adbc56f589eeb4ec918c4f0cd [file] [log] [blame]
<html>
<body onload="runTest()">
<style>
a { position: relative; }
span { position: absolute; }
</style>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
function runTest()
{
document.body.offsetTop;
child = document.getElementById('test');
child.parentNode.removeChild(child);
document.body.offsetTop;
document.body.innerHTML = 'PASS';
}
</script>
<script></script>
<div><a><span>
<table id="test">
<isindex>
</span></a></div>
</body>
</html>