chromium/third_party/blink/web_tests/fast/writing-mode/vertical-align-table-baseline.html

<!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>