Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / doctype-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&gt;
9 &lt;html&gt;
10 &lt;head&gt;
11 &lt;title&gt;Test for Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives&lt;/title&gt;
12 &lt;/head&gt;
13 &lt;script&gt;
14     if (window.testRunner)
15         testRunner.dumpSourceAsWebArchive();
16 &lt;/script&gt;
17 &lt;body&gt;
18 &lt;div&gt;
19 &lt;a href="https://bugs.webkit.org/show_bug.cgi?id=15290"&gt;Bug 15290: REGRESSION (r14184-r14216): Duplicate DOCTYPE definitions when saving files as webarchives&lt;/a&gt;
20 &lt;/div&gt;
21 &lt;div&gt;
22 This test checks that only one &amp;lt;!DOCTYPE&amp;gt; tag is written to a webarchive.
23 &lt;/div&gt;
24 &lt;/body&gt;
25 &lt;/html&gt;
26 </string>
27                 <key>WebResourceFrameName</key>
28                 <string></string>
29                 <key>WebResourceMIMEType</key>
30                 <string>text/html</string>
31                 <key>WebResourceURL</key>
32                 <string>file:///LayoutTests/webarchive/doctype.html</string>
33         </dict>
34 </dict>
35 </plist>