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

Unified Diff: LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html

Issue 14046041: Remove webarchive tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/webarchive/ignore-noscript-if-scripting-enabled.html
diff --git a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html b/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html
deleted file mode 100644
index a9a6a7d619e058e554cf7f2714cfc5814152ef07..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<script>
- if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-</script>
-</head>
-<body>
-This should appear in the webarchive.
-<noscript>
-Assuming scripting was enabled earlier, this should *not* appear in the webarchive.
-</noscript>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698