Index: LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive |
diff --git a/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive b/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive |
deleted file mode 100644 |
index 9832fe8bf1ea3a6457e8dc2c7b6fece745849cef..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/webarchive/cross-origin-stylesheet-crash-expected.webarchive |
+++ /dev/null |
@@ -1,71 +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><html><head> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpDOMAsWebArchive(); |
-</script> |
-<link rel="stylesheet" href="http://localhost:8000/webarchive/resources/localhost-stylesheet.css" type="text/css"> |
-</head> |
-<body> |
-This HTML links to an external stylesheet from a different security origin.<br> |
-Making a webarchive of this page should not crash. |
- |
- |
-</body></html></string> |
- <key>WebResourceFrameName</key> |
- <string></string> |
- <key>WebResourceMIMEType</key> |
- <string>text/html</string> |
- <key>WebResourceTextEncodingName</key> |
- <string>UTF-8</string> |
- <key>WebResourceURL</key> |
- <string>http://127.0.0.1:8000/webarchive/cross-origin-stylesheet-crash.html</string> |
- </dict> |
- <key>WebSubresources</key> |
- <array> |
- <dict> |
- <key>WebResourceData</key> |
- <string> |
-</string> |
- <key>WebResourceMIMEType</key> |
- <string>text/css</string> |
- <key>WebResourceResponse</key> |
- <dict> |
- <key>MIMEType</key> |
- <string>text/css</string> |
- <key>URL</key> |
- <string>http://localhost:8000/webarchive/resources/localhost-stylesheet.css</string> |
- <key>allHeaderFields</key> |
- <dict> |
- <key>Accept-Ranges</key> |
- <string>bytes</string> |
- <key>Content-Length</key> |
- <string>1</string> |
- <key>Content-Type</key> |
- <string>text/css</string> |
- <key>Date</key> |
- <string>Sun, 16 Nov 2008 17:00:00 GMT</string> |
- <key>Etag</key> |
- <string>"301925-21-45c7d72d3e780"</string> |
- <key>Last-Modified</key> |
- <string>Sun, 16 Nov 2008 16:55:00 GMT</string> |
- <key>Server</key> |
- <string>Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l PHP/5.2.6</string> |
- </dict> |
- <key>expectedContentLength</key> |
- <integer>1</integer> |
- <key>statusCode</key> |
- <integer>200</integer> |
- </dict> |
- <key>WebResourceURL</key> |
- <string>http://localhost:8000/webarchive/resources/localhost-stylesheet.css</string> |
- </dict> |
- </array> |
-</dict> |
-</plist> |