Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / iframe-onload-document-close-with-external-script-3.html
blob570e1b2540027486a371a1b2fda4a9b51aab87f1
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <script src="non-existent.js"></script>
6 <iframe onload="document.write('This test passes if it does not crash'); document.close();"></iframe>