blob: 570e1b2540027486a371a1b2fda4a9b51aab87f1 (
plain)
1
2
3
4
5
6
|
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="non-existent.js"></script>
<iframe onload="document.write('This test passes if it does not crash'); document.close();"></iframe>
|