| <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.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <iframe id="iframe" src='exception-no-frame-timeout-crash-iframe.html'></iframe> |