blob: 95974790d397d1255e653525138cd335ca3074d2 [file] [log] [blame]
<html>
Test passes if it does not crash.
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function runTest()
{
child = document.getElementById('test');
child.parentNode.removeChild(child);
document.body.offsetTop;
}
window.onload = runTest;
</script>
<style id='test'>
p { float: left; }
</style>
<table><span><p></p><p></p></span></table>
</html>