summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/iframe-onload-document-close-with-external-script-2.html
blob: 914cc25009321dda5c6083f71955ab682c40a139 (plain)
1
2
3
4
5
6
<script>
if (window.testRunner)
    testRunner.dumpAsText();
</script>
<script src="non-existent.js"></script>
<iframe onload="document.open(); document.write('This test passes if it does not crash'); document.close();"></iframe>