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

Unified Diff: LayoutTests/fast/text/font-variant-ligatures-expected.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-expected.html
diff --git a/LayoutTests/fast/text/font-variant-ligatures-expected.html b/LayoutTests/fast/text/font-variant-ligatures-expected.html
index eb82e6bc1a2abe07ceff2598655a62043eaf71c1..6aea1117bdb8fe49dc077141a6b4dc23b24b52a3 100644
--- a/LayoutTests/fast/text/font-variant-ligatures-expected.html
+++ b/LayoutTests/fast/text/font-variant-ligatures-expected.html
@@ -1,7 +1,7 @@
<style>
.ligatures { text-rendering: optimizelegibility; }
</style>
-<body style="font-size: 36px;">
+<body style="font-size: 36px; font-family: 'DejaVu Sans', Times;">
<div>file</div>
<div>file</div>
<div class="ligatures">file</div>

Powered by Google App Engine
This is Rietveld 408576698