haikuwebkit/LayoutTests/fast/events/onloadFrameCrash.html

9 lines
265 B
HTML

<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
<!-- This test PASSED if we don't crash. -->
<body onload="document.body.style.display = 'none'"><iframe src="_self"></iframe>This is the text</body>