Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Unified Diff: LayoutTests/userscripts/user-script-top-frame-only.html

Issue 14188004: Remove UserScript support, which is not used by Chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove one more test Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698