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

Unified Diff: LayoutTests/userscripts/script-run-at-end.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/script-run-at-end.html
diff --git a/LayoutTests/userscripts/script-run-at-end.html b/LayoutTests/userscripts/script-run-at-end.html
deleted file mode 100644
index 830d97842ad5cb3c61c2e4289a22cd67408d165b..0000000000000000000000000000000000000000
--- a/LayoutTests/userscripts/script-run-at-end.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpAsText();
- testRunner.addUserScript("document.getElementById('target').innerHTML = 'PASS'", false, true);
-}
-</script>
-</head>
-<body>
-<div id="target">FAIL</div>
-</body>
-</html>
« no previous file with comments | « LayoutTests/userscripts/script-not-run-for-fragments-expected.txt ('k') | LayoutTests/userscripts/script-run-at-start.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698