Index: LayoutTests/userscripts/user-script-top-frame-only.html |
diff --git a/LayoutTests/userscripts/user-script-top-frame-only.html b/LayoutTests/userscripts/user-script-top-frame-only.html |
deleted file mode 100644 |
index 2c4914096d28cf95c2fff1f1021a1b3d68bedc04..0000000000000000000000000000000000000000 |
--- a/LayoutTests/userscripts/user-script-top-frame-only.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<html> |
-<head> |
-<script> |
-if (window.testRunner) { |
- window.testRunner.dumpAsText(); |
- window.testRunner.dumpChildFramesAsText(); |
- testRunner.waitUntilDone(); |
- window.testRunner.addUserScript("document.getElementById('thinger').style.display = 'none';", |
- false, false); |
-} |
-</script> |
-</head> |
-<body> |
-Two thingers should appear on this page. Otherwise the test has failed. |
-<Div id="thinger">thinger</div> |
-<iframe src="resources/frame1.html"></iframe> |
-</body> |
-</html> |