3 html { -webkit-writing-mode: vertical-rl; }
4 div { font-family: 'hiragino mincho pro'; font-size:
24px; }
5 .combine { -webkit-text-combine: horizontal; }
8 These two lines should be identical:
11 希薄化後の
1株当り利益が
<span id=
"combine" class=
"combine">3.67</span>ドルでした。
14 希薄化後の
1株当り利益が
<span class=
"combine">3.667</span>ドルでした。
17 document
.body
.offsetTop
;
18 document
.getElementById("combine").textContent
= "3.667";