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-width-after-style-change.html
blob
2d6a5c31faf042005a62ebca053c33e67adec52a
1
<div
style
=
"
2
height: 200px;
3
-webkit-writing-mode: vertical-lr;
4
font-family: HiraMinProN-W3;
5
font-size: 36px;
6
"
>
7
<span
id
=
"target"
style
=
"-webkit-text-combine: horizontal;"
>
1234
</span>
8
</div>
9
<script>
10
document
.
body
.
offsetTop
;
11
document
.
getElementById
(
"target"
).
style
.
marginBottom
=
"5px"
;
12
</script>