[WK2] Fix freezing issue on MediaCapture when app_svc error occurs
[framework/web/webkit-efl.git] / LayoutTests / webarchive / archive-empty-frame-source-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"
9         "http://www.w3.org/TR/html4/loose.dtd"&gt;
10 &lt;html&gt;
11 &lt;head&gt;
12 &lt;title&gt;Empty iFrame causes archive exception&lt;/title&gt;
13 &lt;script&gt;
14     if (window.testRunner)
15         testRunner.dumpSourceAsWebArchive();
16 &lt;/script&gt;
17 &lt;/head&gt;
18 &lt;body&gt;
19
20 &lt;p&gt;
21 Here lies an `iframe` with no content/src:
22 &lt;p&gt;
23
24 &lt;iframe id="emptyFrame" style="width: 100%; height: 100px; border: solid 2px red;"&gt;
25 &lt;/iframe&gt;
26
27 &lt;/body&gt;
28 &lt;/html&gt;
29 </string>
30                 <key>WebResourceFrameName</key>
31                 <string></string>
32                 <key>WebResourceMIMEType</key>
33                 <string>text/html</string>
34                 <key>WebResourceURL</key>
35                 <string>file:///LayoutTests/webarchive/archive-empty-frame-source.html</string>
36         </dict>
37         <key>WebSubframeArchives</key>
38         <array>
39                 <dict>
40                         <key>WebMainResource</key>
41                         <dict>
42                                 <key>WebResourceData</key>
43                                 <string></string>
44                                 <key>WebResourceFrameName</key>
45                                 <string>emptyFrame</string>
46                                 <key>WebResourceMIMEType</key>
47                                 <string>text/html</string>
48                                 <key>WebResourceURL</key>
49                                 <string>about:blank</string>
50                         </dict>
51                 </dict>
52         </array>
53 </dict>
54 </plist>