diff options
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht index 897d72ccbad..9ba4cdc6f74 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht @@ -6,6 +6,6 @@ <link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> <link href="support/ahem.css" type="text/css" rel="stylesheet" /> <meta content="ahem" name="flags" /> -</head><body><p>This text must not be in Ahem.</p> +</head><body><p style="font-family: serif">This text must not be in Ahem.</p> <p style="font-family: Ahem">But this text must be in Ahem.</p> </body></html>
\ No newline at end of file |