Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-css-import.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpDOMAsWebArchive();
6 </script>
7 <link rel="stylesheet" href="resources/test-css-link.css" type="text/css">
8 <style type="text/css">
9     @import url('resources/test-css-import.css');
10 </style>
11 </head>
12 <body>
13 <div class="blue">This text should be blue.</div>
14 <div class="red">This text should be red.</div>
15 <div class="green">This text should be green.</div>
16 <div class="purple">This text should be purple.</div>
17 </body>
18 </html>