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><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transiti
onal//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> | |
9 <title>Empty iFrame causes archive exception</title> | |
10 <script> | |
11 if (window.testRunner) | |
12 testRunner.dumpDOMAsWebArchive(); | |
13 </script> | |
14 </head> | |
15 <body> | |
16 | |
17 <p> | |
18 Here lies an `iframe` with no content/src: | |
19 </p><p> | |
20 | |
21 <iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px
red;"> | |
22 </iframe> | |
23 | |
24 | |
25 | |
26 </p></body></html></string> | |
27 <key>WebResourceFrameName</key> | |
28 <string></string> | |
29 <key>WebResourceMIMEType</key> | |
30 <string>text/html</string> | |
31 <key>WebResourceTextEncodingName</key> | |
32 <string>UTF-8</string> | |
33 <key>WebResourceURL</key> | |
34 <string>file:///LayoutTests/webarchive/archive-empty-frame-dom.h
tml</string> | |
35 </dict> | |
36 <key>WebSubframeArchives</key> | |
37 <array> | |
38 <dict> | |
39 <key>WebMainResource</key> | |
40 <dict> | |
41 <key>WebResourceData</key> | |
42 <string><html><head></head><
;body></body></html></string> | |
43 <key>WebResourceFrameName</key> | |
44 <string>emptyFrame</string> | |
45 <key>WebResourceMIMEType</key> | |
46 <string>text/html</string> | |
47 <key>WebResourceTextEncodingName</key> | |
48 <string>UTF-8</string> | |
49 <key>WebResourceURL</key> | |
50 <string>about:blank</string> | |
51 </dict> | |
52 </dict> | |
53 </array> | |
54 </dict> | |
55 </plist> | |
OLD | NEW |