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

Unified 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: 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.html
diff --git a/LayoutTests/fast/text/font-kerning.html b/LayoutTests/fast/text/font-kerning.html
index a0dfc2dd94cd8069f60eec353bbca4b600187024..c8e38c130be7b8b975882dc610196f3bd0d2b12e 100644
--- a/LayoutTests/fast/text/font-kerning.html
+++ b/LayoutTests/fast/text/font-kerning.html
@@ -3,7 +3,7 @@
.kerning-auto { -webkit-font-kerning: auto; }
.kerning-normal { -webkit-font-kerning: normal; }
</style>
-<body style="font-size: 36px;">
+<body style="font-size: 36px; font-family: 'DejaVu Sans', Arial;">
<div>
<div class="kerning-none">AVAVAVAV</div>
<div class="kerning-auto">AVAVAVAV</div>

Powered by Google App Engine
This is Rietveld 408576698