Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / writing-mode / vertical-align-table-baseline.html
blob8a8c77d61b9e2512b8f4aa339b82ba42b39a9d23
1 <!DOCTYPE HTML>
2 <html style="-webkit-writing-mode: vertical-lr">
3 <head>
4 <title>Vertical Font Table Baseline Test</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <style type="text/css">
9 body { font-family: "HiraMinPro-W3"; font-size:48px }
10 .large { font-size:96px; }
11 td { vertical-align: baseline; }
13 </style>
14 </head>
15 <body>
17 <table border=2 style="" ><tr><td>第一段落
18 <td class="large">第二段落
19 </table>
20 </body>
21 </html>