blob: d33f7a7253ae427777e2c699ce8a6061985f62ee [file] [log] [blame]
<html>
<body>
Test passes if it does not crash.
<p style="display: run-in; "></p>
<details id="test"></details>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.body.offsetTop;
var details = document.getElementById("test");
document.body.removeChild(details);
</script>
</body>
</html>