OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <script> | |
3 if (window.testRunner) { | |
4 testRunner.dumpAsText(); | |
5 testRunner.waitUntilDone(); | |
6 } | |
7 </script> | |
8 <iframe src="resources/set-frame-src-while-running-script-in-frame.html"></ifram e> | |
haraken
2014/05/29 05:50:39
I'm removing this test for the same reason as set-
| |
9 <body> | |
10 <p>This tests that a frame can set its src to "about:blank" while running inside a <script> without an assertion failing.</p> | |
11 <p>SUCCESS - Didn't crash!</p> | |
12 </body> | |
13 </html> | |
OLD | NEW |