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

Unified Diff: LayoutTests/svg/webarchive/svg-script-subresouces-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/svg/webarchive/svg-script-subresouces-expected.webarchive
diff --git a/LayoutTests/svg/webarchive/svg-script-subresouces-expected.webarchive b/LayoutTests/svg/webarchive/svg-script-subresouces-expected.webarchive
deleted file mode 100644
index a4043d5cecea89add41494de047b1dcdc6ccfdb1..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/webarchive/svg-script-subresouces-expected.webarchive
+++ /dev/null
@@ -1,46 +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;svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;
- &lt;script&gt;
- if (window.testRunner)
- testRunner.dumpDOMAsWebArchive();
- &lt;/script&gt;
- &lt;rect id="rect" width="100" height="100" fill="red" style="fill: #008000;"/&gt;
- &lt;script xlink:href="resources/svg-script-subresources.js" type="text/ecmascript"/&gt;
-&lt;/svg&gt;</string>
- <key>WebResourceFrameName</key>
- <string></string>
- <key>WebResourceMIMEType</key>
- <string>image/svg+xml</string>
- <key>WebResourceTextEncodingName</key>
- <string>UTF-8</string>
- <key>WebResourceURL</key>
- <string>file:///LayoutTests/svg/webarchive/svg-script-subresouces.svg</string>
- </dict>
- <key>WebSubresources</key>
- <array>
- <dict>
- <key>WebResourceData</key>
- <string>document.getElementById("rect").style.fill = "green";</string>
- <key>WebResourceMIMEType</key>
- <string>text/javascript</string>
- <key>WebResourceResponse</key>
- <dict>
- <key>MIMEType</key>
- <string>text/javascript</string>
- <key>URL</key>
- <string>file:///LayoutTests/svg/webarchive/resources/svg-script-subresources.js</string>
- <key>expectedContentLength</key>
- <integer>53</integer>
- </dict>
- <key>WebResourceURL</key>
- <string>file:///LayoutTests/svg/webarchive/resources/svg-script-subresources.js</string>
- </dict>
- </array>
-</dict>
-</plist>

Powered by Google App Engine
This is Rietveld 408576698