Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-link-rel-icon.html
1 <html>
2 <head>
3 <script>
4 function runTest()
5 {
6     if (window.testRunner) {
7         testRunner.setIconDatabaseEnabled(true);
8         testRunner.dumpDOMAsWebArchive();
9         testRunner.queueReload();
10     }
11 }
12 </script>
13 <link rel="icon" href="resources/favicon.ico" type="image/x-icon">
14 </head>
15 <body onload="runTest()">
16 </body>
17 </html>