Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(329)

Side by Side Diff: LayoutTests/fast/text/font-kerning-expected.html

Issue 74413002: Make -webkit-font-kerning actually work. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address behdad's comments and add vkrn Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <style> 1 <style>
2 .kerned { text-rendering: optimizelegibility; } 2 .kerned { text-rendering: optimizelegibility; }
3 </style> 3 </style>
4 <body style="font-size: 36px;"> 4 <body style="font-size: 36px; font-family: 'DejaVu Sans', Arial;">
5 <div>AVAVAVAV</div> 5 <div>AVAVAVAV</div>
6 <div>AVAVAVAV</div> 6 <div>AVAVAVAV</div>
7 <div class="kerned">AVAVAVAV</div> 7 <div class="kerned">AVAVAVAV</div>
8 <div>AVAVAVAV</div> 8 <div>AVAVAVAV</div>
9 <div class="kerned">AVAVAVAV</div> 9 <div class="kerned">AVAVAVAV</div>
10 <div class="kerned">AVAVAVAV</div> 10 <div class="kerned">AVAVAVAV</div>
11 </body> 11 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/font-kerning.html ('k') | Source/core/platform/graphics/harfbuzz/HarfBuzzShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698