blob: 8a8c77d61b9e2512b8f4aa339b82ba42b39a9d23 [file] [log] [blame]
<!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>