haikuwebkit/LayoutTests/fast/parser/iframe-onload-document-clos...

7 lines
213 B
HTML

<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="non-existent.js"></script>
<iframe onload="document.close(); document.write('This test passes if it does not crash');"></iframe>