Git init
[framework/web/webkit-efl.git] / LayoutTests / fast / writing-mode / vertical-align-table-baseline.html
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" />
6   
7 <style type="text/css">
8
9 body { font-family: "HiraMinPro-W3"; font-size:48px  }
10 .large { font-size:96px; }
11 td { vertical-align: baseline; }
12
13 </style>
14 </head>
15 <body>
16
17 <table border=2 style="" ><tr><td>第一段落
18 <td class="large">第二段落 
19 </table>
20 </body>
21 </html>