diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht index 65bfeda07d0..833bacb7eaf 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht @@ -18,10 +18,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> |