[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / webarchive / archive-empty-frame-dom-expected.webarchive
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>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt;&lt;html&gt;&lt;head&gt;
9 &lt;title&gt;Empty iFrame causes archive exception&lt;/title&gt;
10 &lt;script&gt;
11     if (window.layoutTestController)
12         layoutTestController.dumpDOMAsWebArchive();
13 &lt;/script&gt;
14 &lt;/head&gt;
15 &lt;body&gt;
16
17 &lt;p&gt;
18 Here lies an `iframe` with no content/src:
19 &lt;/p&gt;&lt;p&gt;
20
21 &lt;iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px red;"&gt;
22 &lt;/iframe&gt;
23
24
25
26 &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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.html</string>
35         </dict>
36         <key>WebSubframeArchives</key>
37         <array>
38                 <dict>
39                         <key>WebMainResource</key>
40                         <dict>
41                                 <key>WebResourceData</key>
42                                 <string>&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;/body&gt;&lt;/html&gt;</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>