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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html

Issue 2858573002: Use FreeType for OpenType Variations on CoreText < 10.12 (Closed)
Patch Set: Use FreeType for OpenType Variations on CoreText < 10.12 Created 3 years, 7 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: third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html b/third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html
index 9adfa624b650c3c7dbcdd6f514a1883abf4ea465..753237c8209b5460fa883d75669ce03c310d3557 100644
--- a/third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html
+++ b/third_party/WebKit/LayoutTests/http/tests/webfont/variable-box-font-arraybuffer-expected.html
@@ -10,5 +10,10 @@
font-family: variabletest_box, sans-serif;
font-size: 200px;
}
+
+ .variations_codepath_trigger {
+ font-variation-settings: "none" 9999;
+ }
+
</style>
-▄ ▀
+▄ <span class="variations_codepath_trigger">▀</span>

Powered by Google App Engine
This is Rietveld 408576698