blob: a06679f472d9d01912f488c8a9257ff3684fa70f [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.layoutTestController)
layoutTestController.dumpAsText();
document.body.offsetTop;
var details = document.getElementById("test");
document.body.removeChild(details);
</script>
</body>
</html>