Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / css-page-rule-crash.html
1 <head>
2 <script>
3
4 if (window.testRunner)
5     testRunner.dumpDOMAsWebArchive();
6
7 </script>
8
9 <style>
10
11 @page {
12         margin: 2cm;
13 }
14
15 </style>
16 </head>
17
18 <body>
19 This page contains a @page style rule.<br>
20 Making a WebArchive out of it should not crash.
21 </body>