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

Unified Diff: LayoutTests/fast/text/font-variant-ligatures.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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/font-variant-ligatures-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bc4b4fbf166a202ad9a65c627479d01aee2f3a87 100644
--- a/LayoutTests/fast/text/font-variant-ligatures.html
+++ b/LayoutTests/fast/text/font-variant-ligatures.html
@@ -1,9 +1,14 @@
<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; }
.common-ligatures-disabled { -webkit-font-variant-ligatures: no-common-ligatures; }
.common-ligatures-enabled { -webkit-font-variant-ligatures: common-ligatures; }
.common-ligatures-normal { -webkit-font-variant-ligatures: normal; }
</style>
-<body style="font-size: 36px;">
+<body>
<div>
<div class="common-ligatures-disabled">file</div>
<div class="common-ligatures-normal">file</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/font-variant-ligatures-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698