Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / resources / javascript-url-crash-function-iframe.html
blob1d6a49d827fa53a94e728e8dbe6db0f266bdccbd
1 <script>
2 function test()
4 (function ()
6 (function ()
8 (function ()
10 frameElement.src = "javascript:'<pre>PASS: You didn\\'t crash.</pre>'";
11 })()
12 })()
13 })()
16 setTimeout(function ()
18 test();
19 if (window.testRunner)
20 testRunner.notifyDone();
21 }, 0);
22 </script>