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

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

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-expected.webarchive
diff --git a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled-expected.webarchive b/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled-expected.webarchive
deleted file mode 100644
index d91e94432f21a03d6a0d800b10d24644f816d20b..0000000000000000000000000000000000000000
--- a/LayoutTests/webarchive/ignore-noscript-if-scripting-enabled-expected.webarchive
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>WebMainResource</key>
- <dict>
- <key>WebResourceData</key>
- <string>&lt;html&gt;&lt;head&gt;
-&lt;script&gt;
- if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-This should appear in the webarchive.
-
-
-
-&lt;/body&gt;&lt;/html&gt;</string>
- <key>WebResourceFrameName</key>
- <string></string>
- <key>WebResourceMIMEType</key>
- <string>text/html</string>
- <key>WebResourceTextEncodingName</key>
- <string>UTF-8</string>
- <key>WebResourceURL</key>
- <string>file:///LayoutTests/webarchive/ignore-noscript-if-scripting-enabled.html</string>
- </dict>
-</dict>
-</plist>

Powered by Google App Engine
This is Rietveld 408576698