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

Side by Side Diff: LayoutTests/fast/text/font-kerning.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
« no previous file with comments | « LayoutTests/StaleTestExpectations ('k') | LayoutTests/fast/text/font-kerning-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 .kerning-none { -webkit-font-kerning: none; } 2 .kerning-none { -webkit-font-kerning: none; }
3 .kerning-auto { -webkit-font-kerning: auto; } 3 .kerning-auto { -webkit-font-kerning: auto; }
4 .kerning-normal { -webkit-font-kerning: normal; } 4 .kerning-normal { -webkit-font-kerning: normal; }
5 </style> 5 </style>
6 <body style="font-size: 36px;"> 6 <body style="font-size: 36px; font-family: 'DejaVu Sans', Arial;">
7 <div> 7 <div>
8 <div class="kerning-none">AVAVAVAV</div> 8 <div class="kerning-none">AVAVAVAV</div>
9 <div class="kerning-auto">AVAVAVAV</div> 9 <div class="kerning-auto">AVAVAVAV</div>
10 <div class="kerning-normal">AVAVAVAV</div> 10 <div class="kerning-normal">AVAVAVAV</div>
11 </div> 11 </div>
12 <div style="text-rendering: optimizelegibility"> 12 <div style="text-rendering: optimizelegibility">
13 <div class="kerning-none">AVAVAVAV</div> 13 <div class="kerning-none">AVAVAVAV</div>
14 <div class="kerning-auto">AVAVAVAV</div> 14 <div class="kerning-auto">AVAVAVAV</div>
15 <div class="kerning-normal">AVAVAVAV</div> 15 <div class="kerning-normal">AVAVAVAV</div>
16 </div> 16 </div>
17 </body> 17 </body>
OLDNEW
« no previous file with comments | « LayoutTests/StaleTestExpectations ('k') | LayoutTests/fast/text/font-kerning-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698