summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/writing-mode/vertical-align-table-baseline.html
blob: 8a8c77d61b9e2512b8f4aa339b82ba42b39a9d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<html style="-webkit-writing-mode: vertical-lr">
<head>
<title>Vertical Font Table Baseline Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  
<style type="text/css">

body { font-family: "HiraMinPro-W3"; font-size:48px  }
.large { font-size:96px; }
td { vertical-align: baseline; }

</style>
</head>
<body>

<table border=2 style="" ><tr><td>第一段落
<td class="large">第二段落 
</table>
</body>
</html>