Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 027-vertical.html
blob05af33c39422adb97d716aa792b00a287a3f6a2d
1 <html>
2 <head>
3 <style>
4 td { border: 1px solid green }
5 </style>
6 </head>
7 <body>
8 <table height=100% cellspacing=0 cellpadding=3 border=0 style="-webkit-writing-mode: vertical-rl;">
9 <tr>
10 <td colspan=3 nowrap>
11 &nbsp;&nbsp;&nbsp;Join Now&nbsp;&nbsp;&nbsp;Sign In&nbsp;&nbsp;
13 &nbsp;&nbsp; Personalize:&nbsp;<a>Settings</a>&nbsp;&#149;&nbsp;<a>Content</a>&nbsp;&#149;&nbsp;<a>Layout</a>&nbsp;&#149;&nbsp;<a>Colors & Themes</a>&nbsp;&#149;&nbsp;<a>Sign In</a>&nbsp;
15 &nbsp;&nbsp; My Links:&nbsp;&nbsp;
16 &nbsp;&nbsp;Lite&nbsp;&#149;&nbsp;Email
17 </td>
18 </tr>
19 <tr>
20 <td height=28%></td>
21 <td height=44%>
22 <table height=100%>
23 <tr>
24 <td>
25 <table>
26 <tr>
27 <td height=50%>
28 </td>
29 <td>
30 This guy should have the really big maxwidth. It
31 should be big enough to really really screw things up.
32 That is what I think will work.
33 </td>
34 <td height=50%>
35 </td>
36 </tr>
37 </table>
38 </td>
39 </tr>
40 </table>
42 </td>
43 <td height=28%>
44 <img height=212 width=18>
46 </td>
47 </tr>
48 </table>
49 </body>
50 </html>