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

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

Issue 2845953002: Test OpenType rvrn Required Variation Alternates (Closed)
Patch Set: Created 3 years, 8 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-gsub-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-gsub-expected.html
similarity index 55%
copy from third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-box-font-expected.html
copy to third_party/WebKit/LayoutTests/fast/text/variable-fonts/variable-gsub-expected.html
index 529903aa38f5d729b8ffb1885584b9d4eaec5239..622266219187a486b7a029b88b2b2df1c4a56b3c 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-gsub-expected.html
@@ -8,13 +8,12 @@
body {
font-family: variabletest_box, sans-serif;
- font-size: 200px;
+ sans-serif;
+ font-size: 100px;
}
- /* Set a dummy value to trigger going
- * through the font varitions code path. */
- .ref_up {
- font-variation-settings: "none" 0;
+ .variations_codepath_trigger {
+ font-variation-settings: "none" 9999;
}
</style>
-▄ <span class="ref_up">▀</span>
+r <span class="variations_codepath_trigger">R</span>

Powered by Google App Engine
This is Rietveld 408576698