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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/text/font-kerning-expected.html
diff --git a/LayoutTests/fast/text/font-kerning-expected.html b/LayoutTests/fast/text/font-kerning-expected.html
index 6a0d1d967e06750ed50ab8dc8a957919ae9e2437..d19869e66abf71bc5b8a2b15a478bab04a6a1fb5 100644
--- a/LayoutTests/fast/text/font-kerning-expected.html
+++ b/LayoutTests/fast/text/font-kerning-expected.html
@@ -1,7 +1,7 @@
<style>
.kerned { text-rendering: optimizelegibility; }
</style>
-<body style="font-size: 36px;">
+<body style="font-size: 36px; font-family: 'DejaVu Sans', Arial;">
<div>AVAVAVAV</div>
<div>AVAVAVAV</div>
<div class="kerned">AVAVAVAV</div>

Powered by Google App Engine
This is Rietveld 408576698