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
/
fonts
/
han-disunification-expected-mismatch.html
blob
72268bd7bcd118cf8ca8d576edf62b391120f3e1
1
<meta
charset
=
"utf-8"
>
2
<p>
Japanese and Chinese renderings of this character should be different:
</p>
3
<body>
4
<p
style
=
"font-size:60px"
>
Japanese:
<span
lang
=
"zh"
>
与
</span></p>
5
<p
style
=
"font-size:60px"
>
Chinese:
<span
lang
=
"ja"
>
与
</span></p>
6
</body>