Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / text-combine-with-font-face-expected.html
blobef6c25f706ccf667fdabded4f479a9eab400f5c3
1 <style>
2 div {
3 -webkit-writing-mode: vertical-rl;
4 font-size: 36px;
5 font-family: HiraMinProN-W3;
7 span {
8 -webkit-text-combine: horizontal;
10 </style>
11 <div>
12 <span>1</span><span>23</span><span>456</span><span>7890</span>
13 </div>