blob: 8f5f0411f50ee9f114806b926a2c52380267df0b [file] [log] [blame]
<html>
<head>
<script>
function DoLoad() {
let test_div = document.getElementById("test_div");
document.body.removeChild(test_div);
}
</script>
</head>
<body onload="DoLoad();">
<div id="test_div">
<object data="INVALID"></object>
</div>
</body>
</html>