Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-xml-stylesheet-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;?xml-stylesheet href="resources/test-xml-stylesheet.css" type="text/css"?&gt;&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
9   &lt;script&gt;
10     if (window.testRunner)
11         testRunner.dumpDOMAsWebArchive();
12   &lt;/script&gt;
13   &lt;style&gt;
14     div { background: red; width: 100px; height: 100px; }
15   &lt;/style&gt;
16   &lt;div id="test"&gt;
17   &lt;/div&gt;
18 &lt;/html&gt;</string>
19                 <key>WebResourceFrameName</key>
20                 <string></string>
21                 <key>WebResourceMIMEType</key>
22                 <string>application/xml</string>
23                 <key>WebResourceTextEncodingName</key>
24                 <string>UTF-8</string>
25                 <key>WebResourceURL</key>
26                 <string>file:///LayoutTests/webarchive/test-xml-stylesheet.xml</string>
27         </dict>
28         <key>WebSubresources</key>
29         <array>
30                 <dict>
31                         <key>WebResourceData</key>
32                         <string>#test {
33   background: green;
34 }
35 </string>
36                         <key>WebResourceMIMEType</key>
37                         <string>text/css</string>
38                         <key>WebResourceResponse</key>
39                         <dict>
40                                 <key>MIMEType</key>
41                                 <string>text/css</string>
42                                 <key>URL</key>
43                                 <string>file:///LayoutTests/webarchive/resources/test-xml-stylesheet.css</string>
44                                 <key>expectedContentLength</key>
45                                 <integer>31</integer>
46                         </dict>
47                         <key>WebResourceURL</key>
48                         <string>file:///LayoutTests/webarchive/resources/test-xml-stylesheet.css</string>
49                 </dict>
50         </array>
51 </dict>
52 </plist>