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><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpDOMAsWebArchive(); |
- </script> |
- <rect id="rect" width="100" height="100" fill="red" style="fill: #008000;"/> |
- <script xlink:href="resources/svg-script-subresources.js" type="text/ecmascript"/> |
-</svg></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> |