diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm index f738b3a92b1..c8b89076eb7 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm +++ b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm @@ -20,10 +20,10 @@ src: url(support/Ahem.ttf); } #a { - font-family: MyTestFontName; + font-family: MyTestFontName, serif; } #b { - font-family: MyTestFontName2; + font-family: MyTestFontName2, serif; } </style> </head><body><p id="a">This text must not be in Ahem.</p> |