diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm index 0936c0071cf..f5f454dce7b 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm +++ b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm @@ -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> |