| 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>
|
|
|