| <?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><?xml-stylesheet href="resources/test-xml-stylesheet.css" type="text/css"?><html xmlns="http://www.w3.org/1999/xhtml"> |
| <script> |
| if (window.testRunner) |
| testRunner.dumpDOMAsWebArchive(); |
| </script> |
| <style> |
| div { background: red; width: 100px; height: 100px; } |
| </style> |
| <div id="test"> |
| </div> |
| </html></string> |
| <key>WebResourceFrameName</key> |
| <string></string> |
| <key>WebResourceMIMEType</key> |
| <string>application/xml</string> |
| <key>WebResourceTextEncodingName</key> |
| <string>UTF-8</string> |
| <key>WebResourceURL</key> |
| <string>file:///LayoutTests/webarchive/test-xml-stylesheet.xml</string> |
| </dict> |
| <key>WebSubresources</key> |
| <array> |
| <dict> |
| <key>WebResourceData</key> |
| <string>#test { |
| background: green; |
| } |
| </string> |
| <key>WebResourceMIMEType</key> |
| <string>text/css</string> |
| <key>WebResourceResponse</key> |
| <dict> |
| <key>MIMEType</key> |
| <string>text/css</string> |
| <key>URL</key> |
| <string>file:///LayoutTests/webarchive/resources/test-xml-stylesheet.css</string> |
| <key>expectedContentLength</key> |
| <integer>31</integer> |
| </dict> |
| <key>WebResourceURL</key> |
| <string>file:///LayoutTests/webarchive/resources/test-xml-stylesheet.css</string> |
| </dict> |
| </array> |
| </dict> |
| </plist> |