OLD | NEW |
1 <body onload="test()"> | 1 <body onload="test()"> |
2 <p>Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=39008'>bug 39008</a
>: | 2 <p>Test for <a href='https://bugs.webkit.org/show_bug.cgi?id=39008'>bug 39008</a
>: |
3 Webkit crashes on clicking back button when in hotmail.</p> | 3 Webkit crashes on clicking back button when in hotmail.</p> |
4 <div id="result">Running...</div> | 4 <div id="result">Running...</div> |
5 <iframe src="data:text/html,"></iframe> | 5 <iframe></iframe> |
6 <script> | 6 <script> |
7 if (window.testRunner) | 7 if (window.testRunner) |
8 testRunner.dumpAsText(); | 8 testRunner.dumpAsText(); |
9 | 9 |
10 function test() | 10 function test() |
11 { | 11 { |
12 frames[0].document.write("<script>document.close()</scr" + "ipt>"); | 12 frames[0].document.write("<script>document.close()</scr" + "ipt>"); |
13 document.getElementById('result').innerHTML = "SUCCESS: didn't crash"; | 13 document.getElementById('result').innerHTML = "SUCCESS: didn't crash"; |
14 } | 14 } |
15 </script> | 15 </script> |
OLD | NEW |