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

Unified Diff: LayoutTests/fast/text/font-variant-ligatures.html

Issue 69513002: Implement TrueType kerning support for HarfBuzz text path. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix layout tests 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-variant-ligatures.html
diff --git a/LayoutTests/fast/text/font-variant-ligatures.html b/LayoutTests/fast/text/font-variant-ligatures.html
index 7f4a74b01e94425ef5244fc7933cb4851d20fa0c..4f7ef0c1e3b9de9c49d27d8c00241ddc069ed1df 100644
--- a/LayoutTests/fast/text/font-variant-ligatures.html
+++ b/LayoutTests/fast/text/font-variant-ligatures.html
@@ -3,7 +3,7 @@
.common-ligatures-enabled { -webkit-font-variant-ligatures: common-ligatures; }
.common-ligatures-normal { -webkit-font-variant-ligatures: normal; }
</style>
-<body style="font-size: 36px;">
+<body style="font-size: 36px; font-family: 'DejaVu Sans', Times;">
<div>
<div class="common-ligatures-disabled">file</div>
<div class="common-ligatures-normal">file</div>

Powered by Google App Engine
This is Rietveld 408576698