blob: 772db6c69afada1d34ec12d33012e2b71d1c73e4 [file] [log] [blame]
<html>
<head>
<title>text-combine demo</title>
<style type="text/css">
.combine {
-webkit-text-combine: horizontal;
}
body {
-webkit-writing-mode: vertical-rl;
}
</style>
</head>
<body>
<p style="font-family: Times">Times: <span class="combine">16</span></p>
<p style="font-family: Hiragino Mincho Pro">Hiragino Mincho Pro: <span class="combine">16</span></p>
<p style="font-family: STHeitiSC-Light">STHeitiSC-Light: <span class="combine">16</span></p>
</body>
</html>