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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html

Issue 2780133002: Support for OpenType Font Variations on Windows (Closed)
Patch Set: Add Linux rebaseline Created 3 years, 9 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/fast/text/variable-fonts/variable-box-font-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html b/third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html
index 6d5379323ec5cffe0928544ddab602516928f9a1..529903aa38f5d729b8ffb1885584b9d4eaec5239 100644
--- a/third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html
@@ -10,5 +10,11 @@
font-family: variabletest_box, sans-serif;
font-size: 200px;
}
+
+ /* Set a dummy value to trigger going
+ * through the font varitions code path. */
+ .ref_up {
+ font-variation-settings: "none" 0;
+ }
</style>
-▄ ▀
+▄ <span class="ref_up">▀</span>

Powered by Google App Engine
This is Rietveld 408576698