forked from WebKit/WebKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-script-src-expected.webarchive
47 lines (45 loc) · 1.33 KB
/
test-script-src-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
<?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 src="resources/dump-webarchive.js" type="text/javascript"></script>
</head>
<body>
</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-script-src.html</string>
</dict>
<key>WebSubresources</key>
<array>
<dict>
<key>WebResourceData</key>
<string>if (window.testRunner)
testRunner.dumpDOMAsWebArchive();
</string>
<key>WebResourceMIMEType</key>
<string>text/javascript</string>
<key>WebResourceResponse</key>
<dict>
<key>MIMEType</key>
<string>text/javascript</string>
<key>URL</key>
<string>file:///LayoutTests/webarchive/resources/dump-webarchive.js</string>
<key>expectedContentLength</key>
<integer>61</integer>
</dict>
<key>WebResourceURL</key>
<string>file:///LayoutTests/webarchive/resources/dump-webarchive.js</string>
</dict>
</array>
</dict>
</plist>