haikuwebkit/LayoutTests/fast/parser/document-close-iframe-load....

8 lines
215 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
alert('PASS (just to make expected.txt non-empty)');
</script>
This test passes if it doesn't crash.
<iframe onload="document.open();document.close();" >