Chromium Code Reviews| Index: LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html |
| diff --git a/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html b/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html |
| deleted file mode 100644 |
| index 3d10755f21a55c1173a8887f5be1586dd6411f4b..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/set-frame-src-while-running-script-in-frame.html |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -<html> |
| -<script> |
| - if (window.testRunner) { |
| - testRunner.dumpAsText(); |
| - testRunner.waitUntilDone(); |
| - } |
| -</script> |
| -<iframe src="resources/set-frame-src-while-running-script-in-frame.html"></iframe> |
|
haraken
2014/05/29 05:50:39
I'm removing this test for the same reason as set-
|
| -<body> |
| -<p>This tests that a frame can set its src to "about:blank" while running inside a <script> without an assertion failing.</p> |
| -<p>SUCCESS - Didn't crash!</p> |
| -</body> |
| -</html> |