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
/
font-kerning-expected.html
blob
d19869e66abf71bc5b8a2b15a478bab04a6a1fb5
1
<style>
2
.kerned { text-rendering: optimizelegibility; }
3
</style>
4
<body
style
=
"font-size: 36px; font-family: 'DejaVu Sans', Arial;"
>
5
<div>
AVAVAVAV
</div>
6
<div>
AVAVAVAV
</div>
7
<div
class
=
"kerned"
>
AVAVAVAV
</div>
8
<div>
AVAVAVAV
</div>
9
<div
class
=
"kerned"
>
AVAVAVAV
</div>
10
<div
class
=
"kerned"
>
AVAVAVAV
</div>
11
</body>