| 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><?xml-stylesheet href="resources/test-xml-stylesheet.
css" type="text/css"?><html xmlns="http://www.w3.org/1999/xhtml"> | |
| 9 <script> | |
| 10 if (window.testRunner) | |
| 11 testRunner.dumpDOMAsWebArchive(); | |
| 12 </script> | |
| 13 <style> | |
| 14 div { background: red; width: 100px; height: 100px; } | |
| 15 </style> | |
| 16 <div id="test"> | |
| 17 </div> | |
| 18 </html></string> | |
| 19 <key>WebResourceFrameName</key> | |
| 20 <string></string> | |
| 21 <key>WebResourceMIMEType</key> | |
| 22 <string>application/xml</string> | |
| 23 <key>WebResourceTextEncodingName</key> | |
| 24 <string>UTF-8</string> | |
| 25 <key>WebResourceURL</key> | |
| 26 <string>file:///LayoutTests/webarchive/test-xml-stylesheet.xml</
string> | |
| 27 </dict> | |
| 28 <key>WebSubresources</key> | |
| 29 <array> | |
| 30 <dict> | |
| 31 <key>WebResourceData</key> | |
| 32 <string>#test { | |
| 33 background: green; | |
| 34 } | |
| 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>file:///LayoutTests/webarchive/resources
/test-xml-stylesheet.css</string> | |
| 44 <key>expectedContentLength</key> | |
| 45 <integer>31</integer> | |
| 46 </dict> | |
| 47 <key>WebResourceURL</key> | |
| 48 <string>file:///LayoutTests/webarchive/resources/test-xm
l-stylesheet.css</string> | |
| 49 </dict> | |
| 50 </array> | |
| 51 </dict> | |
| 52 </plist> | |
| OLD | NEW |