forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-css-import-expected.webarchive
115 lines (113 loc) · 3.48 KB
/
test-css-import-expected.webarchive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?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="resources/test-css-link.css" type="text/css">
<style type="text/css">
@import url(https://github.com/'resources/test-css-import.css');
</style>
</head>
<body>
<div class="blue">This text should be blue.</div>
<div class="red">This text should be red.</div>
<div class="green">This text should be green.</div>
<div class="purple">This text should be purple.</div>
</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>file:///LayoutTests/webarchive/test-css-import.html</string>
</dict>
<key>WebSubresources</key>
<array>
<dict>
<key>WebResourceData</key>
<string>@import url(https://github.com/'test-css-import.css');
.green { color: 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-css-import-recurse.css</string>
<key>expectedContentLength</key>
<integer>61</integer>
</dict>
<key>WebResourceURL</key>
<string>file:///LayoutTests/webarchive/resources/test-css-import-recurse.css</string>
</dict>
<dict>
<key>WebResourceData</key>
<string>@import url(https://github.com/'test-css-import-recurse.css');
.blue { color: blue; }
</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-css-import.css</string>
<key>expectedContentLength</key>
<integer>67</integer>
</dict>
<key>WebResourceURL</key>
<string>file:///LayoutTests/webarchive/resources/test-css-import.css</string>
</dict>
<dict>
<key>WebResourceData</key>
<string>@import url(https://github.com/'test-css-link-recurse.css');
.purple { color: purple; }
</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-css-link-recurse.css</string>
<key>expectedContentLength</key>
<integer>69</integer>
</dict>
<key>WebResourceURL</key>
<string>file:///LayoutTests/webarchive/resources/test-css-link-recurse.css</string>
</dict>
<dict>
<key>WebResourceData</key>
<string>@import url(https://github.com/'test-css-link-recurse.css');
.red { color: red; }
</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-css-link.css</string>
<key>expectedContentLength</key>
<integer>63</integer>
</dict>
<key>WebResourceURL</key>
<string>file:///LayoutTests/webarchive/resources/test-css-link.css</string>
</dict>
</array>
</dict>
</plist>