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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
text
/
text-combine-with-font-face.html
blob
0d7f338a9183601491d8570e3ca99711f0c4ce43
1
<style>
2
@font-face {
3
font-family: test;
4
src: local(HiraMinProN-W3);
5
}
6
7
div {
8
-webkit-writing-mode: vertical-rl;
9
font-size:
36
px;
10
font-family: test;
11
}
12
span {
13
-webkit-text-combine: horizontal;
14
}
15
</style>
16
<div>
17
<span>
1
</span><span>
23
</span><span>
456
</span><span>
7890
</span>
18
</div>