[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / webarchive / test-table-background.html
1 <html>
2 <head>
3 <script>
4     if (window.layoutTestController)
5         layoutTestController.dumpDOMAsWebArchive();
6 </script>
7 </head>
8 <body>
9   <table background="resources/apple.gif" style="width: 52px; height: 64px;">
10     <tr>
11     </tr>
12   </table>
13 </body>
14 </html>