Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740

This commit is contained in:
Ms2ger 2015-09-18 16:05:28 +02:00
parent 7f2d81933a
commit bff545d198
1882 changed files with 16167 additions and 10909 deletions

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>

View file

@ -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 ?

View file

@ -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>

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -8,8 +8,8 @@
src: url(./Ahem.ttf);
}
#a {
font-family: MyTestFontName;
font-family: MyTestFontName, serif;
}
#b {
font-family: MyTestFontName2;
font-family: MyTestFontName2, serif;
}

View file

@ -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>

View file

@ -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>