Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / table-borders.html
blobb050729ade745e8f940b6e4e4423dd9063c4e744
1 <html>
2 <head>
3 <style type="text/css">
4 table {
5 margin: 20px;
6 display: inline-block;
9 .wide td {
10 /* border-width: 10px;*/
13 .transformed {
14 transform: rotate(45deg);
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>
24 <table border="5" class="wide">
25 <tr><td>&nbsp;</td></tr>
26 </table> -->
28 <table border="5" class="wide transformed">
29 <tr><td>&nbsp;</td></tr>
30 </table>
32 </body>
33 </html>