Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / exception-no-frame-timeout-crash.html
blob9d6541c73a98f332b04bc0841258762b9be17608
1 <p>This test checks for a crash when throwing an exception under the following
2 conditions: (1) The throwing script's document has no frame; (2) The script is run
3 from a timeout.
4 </p>
6 <hr>
8 <p>PASS: You didn't crash.
9 </p>
11 <script>
12 if (window.testRunner)
13 testRunner.dumpAsText();
14 </script>
16 <iframe id="iframe" src='exception-no-frame-timeout-crash-iframe.html'></iframe>