blob: 97ca6b577df7ef25f0541f5d04235941ea68aca4 [file] [log] [blame]
Geremy Condrac9571892012-03-05 12:32:24 -08001<p>This test checks for a crash when throwing an exception under the following
2conditions: (1) The throwing script's document has no frame; (2) The script is run
3from a timeout.
4</p>
5
6<hr>
7
8<p>PASS: You didn't crash.
9</p>
10
11<script>
12if (window.layoutTestController)
13 layoutTestController.dumpAsText();
14</script>
15
16<iframe id="iframe" src='exception-no-frame-timeout-crash-iframe.html'></iframe>