OLD | NEW |
---|---|
1 This test passes if it doesn't crash. | 1 This test passes if it doesn't crash. |
2 <iframe src="data:text/plain,Hi"></iframe> | 2 <iframe src="data:text/plain,Hi"></iframe> |
3 <script> | 3 <script> |
4 if (window.testRunner) | 4 if (window.testRunner) |
5 testRunner.dumpAsText(); | 5 testRunner.dumpAsText(); |
6 | 6 |
7 frames[0].onunload = function () { | 7 frames[0].onunload = function () { |
8 document.open(); | 8 document.open(); |
9 }; | 9 }; |
10 </script> | 10 </script> |
OLD | NEW |