beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 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> |
rniwa@webkit.org | cc082ecd | 2012-06-16 03:42:58 +0000 | [diff] [blame] | 10 | if (window.testRunner) |
| 11 | testRunner.dumpDOMAsWebArchive(); |
beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 12 | </script> |
| 13 | <link rel="stylesheet" href="resources/test-css-link.css" type="text/css"> |
| 14 | <style type="text/css"> |
beidson@apple.com | cccb708 | 2008-04-03 16:50:13 +0000 | [diff] [blame] | 15 | @import url('resources/test-css-import.css'); |
beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 16 | </style> |
abarth@webkit.org | 92bbe59 | 2010-07-16 05:16:18 +0000 | [diff] [blame] | 17 | </head> |
| 18 | <body> |
beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 19 | <div class="blue">This text should be blue.</div> |
| 20 | <div class="red">This text should be red.</div> |
| 21 | <div class="green">This text should be green.</div> |
| 22 | <div class="purple">This text should be purple.</div> |
| 23 | |
| 24 | |
| 25 | </body></html></string> |
| 26 | <key>WebResourceFrameName</key> |
| 27 | <string></string> |
| 28 | <key>WebResourceMIMEType</key> |
| 29 | <string>text/html</string> |
| 30 | <key>WebResourceTextEncodingName</key> |
| 31 | <string>UTF-8</string> |
| 32 | <key>WebResourceURL</key> |
| 33 | <string>file:///LayoutTests/webarchive/test-css-import.html</string> |
| 34 | </dict> |
| 35 | <key>WebSubresources</key> |
| 36 | <array> |
| 37 | <dict> |
| 38 | <key>WebResourceData</key> |
beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 39 | <string>@import url('test-css-import.css'); |
| 40 | .green { color: green; } |
| 41 | </string> |
| 42 | <key>WebResourceMIMEType</key> |
| 43 | <string>text/css</string> |
| 44 | <key>WebResourceResponse</key> |
| 45 | <dict> |
| 46 | <key>MIMEType</key> |
| 47 | <string>text/css</string> |
| 48 | <key>URL</key> |
| 49 | <string>file:///LayoutTests/webarchive/resources/test-css-import-recurse.css</string> |
| 50 | <key>expectedContentLength</key> |
| 51 | <integer>61</integer> |
| 52 | </dict> |
| 53 | <key>WebResourceURL</key> |
| 54 | <string>file:///LayoutTests/webarchive/resources/test-css-import-recurse.css</string> |
| 55 | </dict> |
| 56 | <dict> |
| 57 | <key>WebResourceData</key> |
| 58 | <string>@import url('test-css-import-recurse.css'); |
| 59 | .blue { color: blue; } |
| 60 | </string> |
| 61 | <key>WebResourceMIMEType</key> |
| 62 | <string>text/css</string> |
| 63 | <key>WebResourceResponse</key> |
| 64 | <dict> |
| 65 | <key>MIMEType</key> |
| 66 | <string>text/css</string> |
| 67 | <key>URL</key> |
| 68 | <string>file:///LayoutTests/webarchive/resources/test-css-import.css</string> |
| 69 | <key>expectedContentLength</key> |
| 70 | <integer>67</integer> |
| 71 | </dict> |
| 72 | <key>WebResourceURL</key> |
| 73 | <string>file:///LayoutTests/webarchive/resources/test-css-import.css</string> |
| 74 | </dict> |
beidson@apple.com | 548a369 | 2008-04-08 17:29:32 +0000 | [diff] [blame] | 75 | <dict> |
| 76 | <key>WebResourceData</key> |
| 77 | <string>@import url('test-css-link-recurse.css'); |
| 78 | .purple { color: purple; } |
| 79 | </string> |
| 80 | <key>WebResourceMIMEType</key> |
| 81 | <string>text/css</string> |
| 82 | <key>WebResourceResponse</key> |
| 83 | <dict> |
| 84 | <key>MIMEType</key> |
| 85 | <string>text/css</string> |
| 86 | <key>URL</key> |
| 87 | <string>file:///LayoutTests/webarchive/resources/test-css-link-recurse.css</string> |
| 88 | <key>expectedContentLength</key> |
| 89 | <integer>69</integer> |
| 90 | </dict> |
| 91 | <key>WebResourceURL</key> |
| 92 | <string>file:///LayoutTests/webarchive/resources/test-css-link-recurse.css</string> |
| 93 | </dict> |
| 94 | <dict> |
| 95 | <key>WebResourceData</key> |
| 96 | <string>@import url('test-css-link-recurse.css'); |
| 97 | .red { color: red; } |
| 98 | </string> |
| 99 | <key>WebResourceMIMEType</key> |
| 100 | <string>text/css</string> |
| 101 | <key>WebResourceResponse</key> |
| 102 | <dict> |
| 103 | <key>MIMEType</key> |
| 104 | <string>text/css</string> |
| 105 | <key>URL</key> |
| 106 | <string>file:///LayoutTests/webarchive/resources/test-css-link.css</string> |
| 107 | <key>expectedContentLength</key> |
| 108 | <integer>63</integer> |
| 109 | </dict> |
| 110 | <key>WebResourceURL</key> |
| 111 | <string>file:///LayoutTests/webarchive/resources/test-css-link.css</string> |
| 112 | </dict> |
beidson@apple.com | 96bfd56fe | 2008-04-03 05:56:21 +0000 | [diff] [blame] | 113 | </array> |
| 114 | </dict> |
| 115 | </plist> |