blob: e6e5bd2995e179a15f37deca7ccac6aafaaf79d8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
PASS if no crash.
<div id=pparent><div id=cchild><span></span><div style="float: left; width: 10px; height: 10px;"></div><div></div></div><div></div></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetHeight;
pparent.removeChild(cchild);
</script>
</body>
</html>