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><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="
http://www.w3.org/1999/xlink"> | |
9 <script> | |
10 if (window.testRunner) | |
11 testRunner.dumpDOMAsWebArchive(); | |
12 </script> | |
13 <rect id="rect" width="100" height="100" fill="red" style="fill: #008000;"/
> | |
14 <script xlink:href="resources/svg-script-subresources.js" type="text/ecmasc
ript"/> | |
15 </svg></string> | |
16 <key>WebResourceFrameName</key> | |
17 <string></string> | |
18 <key>WebResourceMIMEType</key> | |
19 <string>image/svg+xml</string> | |
20 <key>WebResourceTextEncodingName</key> | |
21 <string>UTF-8</string> | |
22 <key>WebResourceURL</key> | |
23 <string>file:///LayoutTests/svg/webarchive/svg-script-subresouce
s.svg</string> | |
24 </dict> | |
25 <key>WebSubresources</key> | |
26 <array> | |
27 <dict> | |
28 <key>WebResourceData</key> | |
29 <string>document.getElementById("rect").style.fill = "gr
een";</string> | |
30 <key>WebResourceMIMEType</key> | |
31 <string>text/javascript</string> | |
32 <key>WebResourceResponse</key> | |
33 <dict> | |
34 <key>MIMEType</key> | |
35 <string>text/javascript</string> | |
36 <key>URL</key> | |
37 <string>file:///LayoutTests/svg/webarchive/resou
rces/svg-script-subresources.js</string> | |
38 <key>expectedContentLength</key> | |
39 <integer>53</integer> | |
40 </dict> | |
41 <key>WebResourceURL</key> | |
42 <string>file:///LayoutTests/svg/webarchive/resources/svg
-script-subresources.js</string> | |
43 </dict> | |
44 </array> | |
45 </dict> | |
46 </plist> | |
OLD | NEW |