b050729ade745e8f940b6e4e4423dd9063c4e744
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / borders / table-borders.html
1 <html>
2 <head>
3     <style type="text/css">
4       table {
5         margin: 20px;
6         display: inline-block;
7       }
8       
9       .wide td {
10 /*        border-width: 10px;*/
11       }
12
13       .transformed {
14         transform: rotate(45deg);
15       }
16     </style>
17 </head>
18 <body>
19   <!-- <table border="1">
20     <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
21     <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
22   </table>
23
24   <table border="5" class="wide">
25     <tr><td>&nbsp;</td></tr>
26   </table> -->
27
28   <table border="5" class="wide transformed">
29     <tr><td>&nbsp;</td></tr>
30   </table>
31   
32 </body>
33 </html>