| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
| 4 if (window.testRunner) { | 4 if (window.testRunner) { |
| 5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
| 6 testRunner.waitUntilDone(); | 6 testRunner.waitUntilDone(); |
| 7 } | 7 } |
| 8 | 8 |
| 9 | 9 |
| 10 function runTest() { | 10 function runTest() { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 </script> | 27 </script> |
| 28 <body> | 28 <body> |
| 29 <embed id="plg" type="application/x-webkit-test-netscape"></embed><P> | 29 <embed id="plg" type="application/x-webkit-test-netscape"></embed><P> |
| 30 <iframe id="frame-id" src="resources/empty.html" onload='runTest()'></iframe> | 30 <iframe id="frame-id" src="resources/empty.html" onload='runTest()'></iframe> |
| 31 <div>This tests that releasing a reference to a contentWindow that has already b
een navigated away works correctly and does not crash. If this test is successfu
l, the word SUCCESS should be seen below.</div> | 31 <div>This tests that releasing a reference to a contentWindow that has already b
een navigated away works correctly and does not crash. If this test is successfu
l, the word SUCCESS should be seen below.</div> |
| 32 <div id="result">FAILED</div> | 32 <div id="result">FAILED</div> |
| 33 </body> | 33 </body> |
| 34 </html> | 34 </html> |
| 35 | 35 |
| OLD | NEW |