aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-variables-1_dev
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-09-18 16:05:28 +0200
committerMs2ger <Ms2ger@gmail.com>2015-09-19 18:02:54 +0200
commitbff545d19826dcadd98c37970a1e7e14c9b21d1f (patch)
tree7fa09d34eb0a64da43747814745cfe6a2eb22ccd /tests/wpt/css-tests/css-variables-1_dev
parent7f2d81933a6158926ff6d03acbc05f191cd5adb3 (diff)
downloadservo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.tar.gz
servo-bff545d19826dcadd98c37970a1e7e14c9b21d1f.zip
Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev')
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-01.htm4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/implementation-report-TEMPLATE.data12
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/testinfo.data6
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-02-ref.xht2
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/support/external-variable-font-face.css4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-01.xht4
-rw-r--r--tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-02.xht4
23 files changed, 42 insertions, 42 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css
index d9873734812..87f0609ba3d 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/support/external-variable-font-face.css
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/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/html/reference/variable-external-font-face-01-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm
index 29522e1fdcd..5c3a4dbff31 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-external-font-face-01-ref.htm
@@ -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/html/reference/variable-font-face-01-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm
index 29522e1fdcd..5c3a4dbff31 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-01-ref.htm
@@ -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/html/reference/variable-font-face-02-ref.htm b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm
index 29522e1fdcd..5c3a4dbff31 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/reference/variable-font-face-02-ref.htm
@@ -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/html/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/html/support/external-variable-font-face.css
index d9873734812..87f0609ba3d 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/support/external-variable-font-face.css
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/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/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>
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm
index f738b3a92b1..c8b89076eb7 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm
+++ b/tests/wpt/css-tests/css-variables-1_dev/html/variable-font-face-02.htm
@@ -20,10 +20,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>
diff --git a/tests/wpt/css-tests/css-variables-1_dev/implementation-report-TEMPLATE.data b/tests/wpt/css-tests/css-variables-1_dev/implementation-report-TEMPLATE.data
index 206015f32d6..84a924a3a4e 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/implementation-report-TEMPLATE.data
+++ b/tests/wpt/css-tests/css-variables-1_dev/implementation-report-TEMPLATE.data
@@ -129,16 +129,16 @@ html/variable-declaration-60.htm 18d840323d5ee1f130db200c4a359017ff67f1d1 ?
xhtml1/variable-declaration-60.xht 18d840323d5ee1f130db200c4a359017ff67f1d1 ?
html/variable-external-declaration-01.htm 79eb559335b1a833d79a54bc70bbebd3c0b7703c ?
xhtml1/variable-external-declaration-01.xht 79eb559335b1a833d79a54bc70bbebd3c0b7703c ?
-html/variable-external-font-face-01.htm cd1c9a3316640edbbc8a10d235103ef5fb333f08 ?
-xhtml1/variable-external-font-face-01.xht cd1c9a3316640edbbc8a10d235103ef5fb333f08 ?
+html/variable-external-font-face-01.htm a3d55e60850d6ebcbefda6ed1a9ce72960fcddac ?
+xhtml1/variable-external-font-face-01.xht a3d55e60850d6ebcbefda6ed1a9ce72960fcddac ?
html/variable-external-reference-01.htm e1cb9adcf7f262364ebec3c2491b07c6c756f91f ?
xhtml1/variable-external-reference-01.xht e1cb9adcf7f262364ebec3c2491b07c6c756f91f ?
html/variable-external-supports-01.htm 4a4be82f521b45c6bd4e240ecefcc623e603e249 ?
xhtml1/variable-external-supports-01.xht 4a4be82f521b45c6bd4e240ecefcc623e603e249 ?
-html/variable-font-face-01.htm 7f048ccc17c57ba2430f6764da20f8506dc0bbe5 ?
-xhtml1/variable-font-face-01.xht 7f048ccc17c57ba2430f6764da20f8506dc0bbe5 ?
-html/variable-font-face-02.htm ce6bb2785857dc65f7eb6ebcbd619d479392d2c9 ?
-xhtml1/variable-font-face-02.xht ce6bb2785857dc65f7eb6ebcbd619d479392d2c9 ?
+html/variable-font-face-01.htm f62d8054d425c7a0b43a4264941793618d53ba2d ?
+xhtml1/variable-font-face-01.xht f62d8054d425c7a0b43a4264941793618d53ba2d ?
+html/variable-font-face-02.htm bd9661933ec071f5dadeb594eba23f6311ccd684 ?
+xhtml1/variable-font-face-02.xht bd9661933ec071f5dadeb594eba23f6311ccd684 ?
html/variable-reference-01.htm 62cc62e31297c7d0cab490882cf143156eac766d ?
xhtml1/variable-reference-01.xht 62cc62e31297c7d0cab490882cf143156eac766d ?
html/variable-reference-02.htm 36a8e6041ed4c93b4e50ba8b88f72a6cee7b5d04 ?
diff --git a/tests/wpt/css-tests/css-variables-1_dev/testinfo.data b/tests/wpt/css-tests/css-variables-1_dev/testinfo.data
index 92b8687306f..1cf3ad2cc93 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/testinfo.data
+++ b/tests/wpt/css-tests/css-variables-1_dev/testinfo.data
@@ -62,11 +62,11 @@ variable-declaration-58 support/color-green-ref Test declaring a variable whose
variable-declaration-59 support/color-green-ref Test declaring a variable with a trailing invalid token. http://www.w3.org/TR/css-variables-1/#defining-variables ea4e390f4318091d38719cc6aad514524d84330a `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-declaration-60 support/color-green-ref Test declaring a variable with a value whose name is "initial" but using Turkish dotted/dotless 'i's. http://www.w3.org/TR/css-variables-1/#syntax 18d840323d5ee1f130db200c4a359017ff67f1d1 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-external-declaration-01 support/color-green-ref Test declaring a variable in an external CSS file. http://www.w3.org/TR/css-variables-1/#syntax 79eb559335b1a833d79a54bc70bbebd3c0b7703c `Mihaela Velimiroviciu`<mailto:mihaela.velimiroviciu@softvisioninc.eu>
-variable-external-font-face-01 reference/variable-external-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule within an external CSS. ahem http://www.w3.org/TR/css-variables-1/#defining-variables cd1c9a3316640edbbc8a10d235103ef5fb333f08 `Mihaela Velimiroviciu`<mailto:mihaela.velimiroviciu@softvisioninc.eu>
+variable-external-font-face-01 reference/variable-external-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule within an external CSS. ahem http://www.w3.org/TR/css-variables-1/#defining-variables a3d55e60850d6ebcbefda6ed1a9ce72960fcddac `Mihaela Velimiroviciu`<mailto:mihaela.velimiroviciu@softvisioninc.eu>
variable-external-reference-01 support/color-green-ref Test the use of a variable in a non-custom property where the variable value is inherited within an external CSS. http://www.w3.org/TR/css-variables-1/#using-variables e1cb9adcf7f262364ebec3c2491b07c6c756f91f `Mihaela Velimiroviciu`<mailto:mihaela.velimiroviciu@softvisioninc.eu>
variable-external-supports-01 support/color-green-ref Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference within an external stylesheet file. http://www.w3.org/TR/css-variables-1/#using-variables 4a4be82f521b45c6bd4e240ecefcc623e603e249 `Mihaela Velimiroviciu`<mailto:mihaela.velimiroviciu@softvisioninc.eu>
-variable-font-face-01 reference/variable-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule. ahem http://www.w3.org/TR/css-variables-1/#defining-variables 7f048ccc17c57ba2430f6764da20f8506dc0bbe5 `Cameron McCormack`<mailto:cam@mcc.id.au>
-variable-font-face-02 reference/variable-font-face-02-ref Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element. ahem http://www.w3.org/TR/css-variables-1/#defining-variables ce6bb2785857dc65f7eb6ebcbd619d479392d2c9 `Cameron McCormack`<mailto:cam@mcc.id.au>
+variable-font-face-01 reference/variable-font-face-01-ref Test the invalid declaration and use of a variable in an @font-face rule. ahem http://www.w3.org/TR/css-variables-1/#defining-variables f62d8054d425c7a0b43a4264941793618d53ba2d `Cameron McCormack`<mailto:cam@mcc.id.au>
+variable-font-face-02 reference/variable-font-face-02-ref Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element. ahem http://www.w3.org/TR/css-variables-1/#defining-variables bd9661933ec071f5dadeb594eba23f6311ccd684 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-01 support/color-green-ref Test the use of a variable in a non-custom property where the variable value is inherited. http://www.w3.org/TR/css-variables-1/#using-variables 62cc62e31297c7d0cab490882cf143156eac766d `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-02 support/color-green-ref Test the use of a variable in a non-custom property where the value is invalid at computed-value time due to referencing a non-existent variable. http://www.w3.org/TR/css-variables-1/#invalid-variables 36a8e6041ed4c93b4e50ba8b88f72a6cee7b5d04 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-03 support/color-green-ref Test the use of two variables in a non-custom property where the variable values are inherited and one of the variable values consists only of white space. http://www.w3.org/TR/css-variables-1/#using-variables 6664ae6697e79d276fe5ac5696b4665ed481df15 `Cameron McCormack`<mailto:cam@mcc.id.au>
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
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-font-face.css
index d9873734812..87f0609ba3d 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-font-face.css
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/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/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>
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht
index 7b52055d3ca..0095872397c 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht
@@ -20,10 +20,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>
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;
}
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht
index 897d72ccbad..9ba4cdc6f74 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-external-font-face-01-ref.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/variable-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht
index 897d72ccbad..9ba4cdc6f74 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-01-ref.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/reference/variable-font-face-02-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-02-ref.xht
index 897d72ccbad..9ba4cdc6f74 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/reference/variable-font-face-02-ref.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/support/external-variable-font-face.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/support/external-variable-font-face.css
index d9873734812..87f0609ba3d 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/support/external-variable-font-face.css
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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/xhtml1print/variable-font-face-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-01.xht
index 65bfeda07d0..833bacb7eaf 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-01.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/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>
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-02.xht
index 7b52055d3ca..0095872397c 100644
--- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-02.xht
+++ b/tests/wpt/css-tests/css-variables-1_dev/xhtml1print/variable-font-face-02.xht
@@ -20,10 +20,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>