blob: 97ca6b577df7ef25f0541f5d04235941ea68aca4 [file] [log] [blame]
<p>This test checks for a crash when throwing an exception under the following
conditions: (1) The throwing script's document has no frame; (2) The script is run
from a timeout.
</p>
<hr>
<p>PASS: You didn't crash.
</p>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
<iframe id="iframe" src='exception-no-frame-timeout-crash-iframe.html'></iframe>