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

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

Issue 1395333002: Change kerning & ligature tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 2 months 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
(Empty)
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698