summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/iframe-onload-document-close-with-external-script-2.html
blob: e451fa9ca461025b6e162a0517f378d2352f8059 (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');"></iframe>