chromium/third_party/blink/web_tests/fast/parser/iframe-onload-document-close-with-external-script.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'); document.close();"></iframe>