Changed the postion of context menu to avaliable space
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-td-background.html
1 <html>
2 <head>
3 <script>
4     if (window.testRunner)
5         testRunner.dumpDOMAsWebArchive();
6 </script>
7 </head>
8 <body>
9   <table>
10     <tr>
11       <td background="resources/apple.gif">
12         <p style="width: 52px; height: 64px;"></p>
13       </td>
14     </tr>
15   </table>
16 </body>
17 </html>