diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css index d9873734812..87f0609ba3d 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css @@ -8,8 +8,8 @@ src: url(./Ahem.ttf); } #a { - font-family: MyTestFontName; + font-family: MyTestFontName, serif; } #b { - font-family: MyTestFontName2; + font-family: MyTestFontName2, serif; } |