Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / css-page-rule-crash-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;html&gt;&lt;head&gt;
9 &lt;script&gt;
10
11 if (window.testRunner)
12     testRunner.dumpDOMAsWebArchive();
13
14 &lt;/script&gt;
15
16 &lt;style&gt;
17
18 @page {
19         margin: 2cm;
20 }
21
22 &lt;/style&gt;
23 &lt;/head&gt;
24
25 &lt;body&gt;
26 This page contains a @page style rule.&lt;br&gt;
27 Making a WebArchive out of it should not crash.
28
29 &lt;/body&gt;&lt;/html&gt;</string>
30                 <key>WebResourceFrameName</key>
31                 <string></string>
32                 <key>WebResourceMIMEType</key>
33                 <string>text/html</string>
34                 <key>WebResourceTextEncodingName</key>
35                 <string>UTF-8</string>
36                 <key>WebResourceURL</key>
37                 <string>file:///LayoutTests/webarchive/css-page-rule-crash.html</string>
38         </dict>
39 </dict>
40 </plist>