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

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

Issue 77413003: Make -webkit-font-variant-ligatures actually work. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reftests need ImageOnlyFailure, not Failure Created 6 years, 10 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 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..24dd04082941b1b82c2df858c51e94b0ab8abfbf 100644
--- a/LayoutTests/fast/text/font-variant-ligatures-expected.html
+++ b/LayoutTests/fast/text/font-variant-ligatures-expected.html
@@ -1,11 +1,16 @@
<style>
+ @font-face {
+ font-family: megalopolis;
+ src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("woff");
+ }
+ body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; }
.ligatures { text-rendering: optimizelegibility; }
</style>
-<body style="font-size: 36px;">
+<body>
<div>file</div>
<div>file</div>
<div class="ligatures">file</div>
<div>file</div>
<div class="ligatures">file</div>
- <div class="ligatures">file</div>
+ <div class="ligatures">&#xfb01;le</div>
</body>
« no previous file with comments | « LayoutTests/fast/text/font-variant-ligatures.html ('k') | Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698