blob: b92816bd7f555fc5fce743a4374890c81b553ba9 [file] [log] [blame]
simon.fraser@apple.comdbe8fcb2011-04-19 18:45:17 +00001<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 -webkit-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>