Chromium Code Reviews| Index: LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html |
| diff --git a/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html b/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html |
| deleted file mode 100644 |
| index f6ab2440f5cbe27611cc5b7d5de784548a415900..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/fast/dom/resources/set-frame-src-while-running-script-in-frame.html |
| +++ /dev/null |
| @@ -1,7 +0,0 @@ |
| -<html> |
| -<script> |
| -var f = parent.document.getElementsByTagName('iframe')[0] |
| -f.onload = function() { if (window.testRunner) testRunner.notifyDone(); } |
| -f.src="about:blank" |
|
haraken
2014/05/29 05:50:39
This test is testing the following things.
(1) f.
|
| -</script> |
| -</html> |