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

Unified Diff: LayoutTests/userscripts/resources/blank.xhtml

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
« no previous file with comments | « LayoutTests/userscripts/resources/abe.png ('k') | LayoutTests/userscripts/resources/frame1.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/userscripts/resources/blank.xhtml
diff --git a/LayoutTests/userscripts/resources/blank.xhtml b/LayoutTests/userscripts/resources/blank.xhtml
deleted file mode 100644
index d9928b562e16acaf804bab819ce8e46a0a36c0cf..0000000000000000000000000000000000000000
--- a/LayoutTests/userscripts/resources/blank.xhtml
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<body>
-<script>
-window.onload = function() {
- if (window.testRunner)
- testRunner.notifyDone();
-}
-</script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/userscripts/resources/abe.png ('k') | LayoutTests/userscripts/resources/frame1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698