blob: 650deba92d30ca872a50715c9f741a446f87e224 (
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');"></iframe>
|