| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/
PropertyList-1.0.dtd"> | |
| 3 <plist version="1.0"> | |
| 4 <dict> | |
| 5 <key>WebMainResource</key> | |
| 6 <dict> | |
| 7 <key>WebResourceData</key> | |
| 8 <string><html><head> | |
| 9 <script> | |
| 10 if (window.testRunner) | |
| 11 testRunner.dumpDOMAsWebArchive(); | |
| 12 </script> | |
| 13 <link rel="stylesheet" href="http://localhost:8000/webarchive/resources/local
host-stylesheet.css" type="text/css"> | |
| 14 </head> | |
| 15 <body> | |
| 16 This HTML links to an external stylesheet from a different security origin.<b
r> | |
| 17 Making a webarchive of this page should not crash. | |
| 18 | |
| 19 | |
| 20 </body></html></string> | |
| 21 <key>WebResourceFrameName</key> | |
| 22 <string></string> | |
| 23 <key>WebResourceMIMEType</key> | |
| 24 <string>text/html</string> | |
| 25 <key>WebResourceTextEncodingName</key> | |
| 26 <string>UTF-8</string> | |
| 27 <key>WebResourceURL</key> | |
| 28 <string>http://127.0.0.1:8000/webarchive/cross-origin-stylesheet
-crash.html</string> | |
| 29 </dict> | |
| 30 <key>WebSubresources</key> | |
| 31 <array> | |
| 32 <dict> | |
| 33 <key>WebResourceData</key> | |
| 34 <string> | |
| 35 </string> | |
| 36 <key>WebResourceMIMEType</key> | |
| 37 <string>text/css</string> | |
| 38 <key>WebResourceResponse</key> | |
| 39 <dict> | |
| 40 <key>MIMEType</key> | |
| 41 <string>text/css</string> | |
| 42 <key>URL</key> | |
| 43 <string>http://localhost:8000/webarchive/resourc
es/localhost-stylesheet.css</string> | |
| 44 <key>allHeaderFields</key> | |
| 45 <dict> | |
| 46 <key>Accept-Ranges</key> | |
| 47 <string>bytes</string> | |
| 48 <key>Content-Length</key> | |
| 49 <string>1</string> | |
| 50 <key>Content-Type</key> | |
| 51 <string>text/css</string> | |
| 52 <key>Date</key> | |
| 53 <string>Sun, 16 Nov 2008 17:00:00 GMT</s
tring> | |
| 54 <key>Etag</key> | |
| 55 <string>"301925-21-45c7d72d3e780"</strin
g> | |
| 56 <key>Last-Modified</key> | |
| 57 <string>Sun, 16 Nov 2008 16:55:00 GMT</s
tring> | |
| 58 <key>Server</key> | |
| 59 <string>Apache/2.2.9 (Unix) mod_ssl/2.2.
9 OpenSSL/0.9.7l PHP/5.2.6</string> | |
| 60 </dict> | |
| 61 <key>expectedContentLength</key> | |
| 62 <integer>1</integer> | |
| 63 <key>statusCode</key> | |
| 64 <integer>200</integer> | |
| 65 </dict> | |
| 66 <key>WebResourceURL</key> | |
| 67 <string>http://localhost:8000/webarchive/resources/local
host-stylesheet.css</string> | |
| 68 </dict> | |
| 69 </array> | |
| 70 </dict> | |
| 71 </plist> | |
| OLD | NEW |