summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/iframe-onload-document-close-with-external-script.html
blob: 07630219543d1fe2575e7e6ba197063e08b57f89 (plain)
1
2
3
4
5
6
<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'); document.close();"></iframe>