repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
text-combine-with-font-face-expected.html
blob
ef6c25f706ccf667fdabded4f479a9eab400f5c3
1
<style>
2
div {
3
-webkit-writing-mode: vertical-rl;
4
font-size:
36
px;
5
font-family: HiraMinProN-W3;
6
}
7
span {
8
-webkit-text-combine: horizontal;
9
}
10
</style>
11
<div>
12
<span>
1
</span><span>
23
</span><span>
456
</span><span>
7890
</span>
13
</div>