2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / resources / javascript-url-crash-function-iframe.html
blob2fca7f896cdfd8e46fceee7d14828165ec62ac99
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.layoutTestController)
20 layoutTestController.notifyDone();
21 }, 0);
22 </script>