Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 028-vertical.html
blob5a003fee9917e485dee84a88e2db8b5458119d48
2 <head>
3 <style>
4 img { background-color: orange }
5 td { border: 1px solid green }
6 </style>
7 </head>
8 <body>
9 These two tables should be the same height.
10 <div style="-webkit-writing-mode: vertical-rl;">
11 <table border=0 cellspacing=0 cellpadding=0 height=320>
12 <tr>
13 <td height=70 valign=top >
15 </td>
16 <td height=246 valign=top >
20 </td>
21 <td height=4><img height=4 width=20></td>
22 </tr>
23 </table>
24 <p></p>
26 <table border=0 cellspacing=0 cellpadding=0 height=320 width=10>
27 <tr>
28 <td height=66 width=10>1</td>
29 <td height=254 width=10><img height=254 width=10 ></td>
30 </tr>
31 <tr>
32 <td colspan=3>1</td>
33 </tr>
34 </table>
42 </div>