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

Unified Diff: LayoutTests/userscripts/document-element-available-at-start.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/document-element-available-at-start.html
diff --git a/LayoutTests/userscripts/document-element-available-at-start.html b/LayoutTests/userscripts/document-element-available-at-start.html
deleted file mode 100644
index 272ad1dfd44a9a20c10b4e1d76908bce65dcf5c4..0000000000000000000000000000000000000000
--- a/LayoutTests/userscripts/document-element-available-at-start.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.addUserScript("if (document.documentElement) console.log('SUCCESS');", true, true);
-}
-</script>
-</head>
-<body>
-This test should log a console message on success.
-<iframe src="about:blank"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698