diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-09-18 16:05:28 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-09-19 18:02:54 +0200 |
commit | bff545d19826dcadd98c37970a1e7e14c9b21d1f (patch) | |
tree | 7fa09d34eb0a64da43747814745cfe6a2eb22ccd /tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference | |
parent | 7f2d81933a6158926ff6d03acbc05f191cd5adb3 (diff) | |
download | servo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.tar.gz servo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.zip |
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference')
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css index d9873734812..87f0609ba3d 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/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; } 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 diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht index 897d72ccbad..9ba4cdc6f74 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-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 diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-ref.xht index 897d72ccbad..9ba4cdc6f74 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-ref.xht +++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-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 |