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