Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0

This commit is contained in:
Ms2ger 2015-08-21 17:46:44 +02:00
parent 7c45ff8e05
commit f235d49372
6623 changed files with 267392 additions and 10061 deletions

View file

@ -222,7 +222,7 @@
<tr id="variable-external-font-face-01-2" class="primary ahem">
<td><strong>
<a href="variable-external-font-face-01.htm">variable-external-font-face-01</a></strong></td>
<td><a href="reference/variable-font-face-01-ref.htm">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.
</td>

View file

@ -686,7 +686,7 @@
<tr id="variable-reference-38-3.2" class="primary">
<td><strong>
<a href="variable-reference-38.htm">variable-reference-38</a></strong></td>
<td><a href="reference/variable-declaration-59-ref.htm">=</a> </td>
<td><a href="reference/variable-reference-38-ref.htm">=</a> </td>
<td></td>
<td>Test using variables in overlapping shorthands.
</td>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html><head><title>CSS Reftest Reference</title>
<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>
<p style="font-family: Ahem">But this text must be in Ahem.</p>
</body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html><head><title>CSS Reftest Reference</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack">
<style>
p { padding-left: 1em; }
#a { border-left: black dotted; }
#b { border-left: black solid; }
</style>
</head><body><p id="a">The left border must be dotted.</p>
<p id="b">The left border must be solid.</p>
</body></html>

View file

@ -524,7 +524,7 @@
<tr>
<td rowspan="1" title="Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.">
<a href="variable-external-font-face-01.htm">variable-external-font-face-01</a></td>
<td><a href="reference/variable-font-face-01-ref.htm">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.htm">=</a> </td>
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
</tr>
</tbody>
@ -860,7 +860,7 @@
<tr>
<td rowspan="1" title="Test using variables in overlapping shorthands.">
<a href="variable-reference-38.htm">variable-reference-38</a></td>
<td><a href="reference/variable-declaration-59-ref.htm">=</a> </td>
<td><a href="reference/variable-reference-38-ref.htm">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>

View file

@ -61,7 +61,7 @@ variable-declaration-58.htm == support/color-green-ref.htm
variable-declaration-59.htm == support/color-green-ref.htm
variable-declaration-60.htm == support/color-green-ref.htm
variable-external-declaration-01.htm == support/color-green-ref.htm
variable-external-font-face-01.htm == reference/variable-font-face-01-ref.htm
variable-external-font-face-01.htm == reference/variable-external-font-face-01-ref.htm
variable-external-reference-01.htm == support/color-green-ref.htm
variable-external-supports-01.htm == support/color-green-ref.htm
variable-font-face-01.htm == reference/variable-font-face-01-ref.htm
@ -103,7 +103,7 @@ variable-reference-34.htm == support/color-green-ref.htm
variable-reference-35.htm == support/color-green-ref.htm
variable-reference-36.htm == reference/variable-reference-36-ref.htm
variable-reference-37.htm == reference/variable-reference-37-ref.htm
variable-reference-38.htm == reference/variable-declaration-59-ref.htm
variable-reference-38.htm == reference/variable-reference-38-ref.htm
variable-reference-39.htm == support/color-green-ref.htm
variable-reference-40.htm == reference/variable-reference-40-ref.htm
variable-supports-01.htm == support/color-green-ref.htm

View file

@ -5,7 +5,7 @@
--><html><head><title>CSS Test: Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.</title>
<link href="mailto:mihaela.velimiroviciu@softvisioninc.eu" rel="author" title="Mihaela Velimiroviciu">
<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help">
<link href="reference/variable-font-face-01-ref.htm" rel="match">
<link href="reference/variable-external-font-face-01-ref.htm" rel="match">
<link href="support/external-variable-font-face.css" type="text/css" rel="stylesheet">
<meta content="ahem" name="flags">
</head><body><p id="a">This text must not be in Ahem.</p>

View file

@ -5,7 +5,7 @@
--><html><head><title>CSS Test: Test using variables in overlapping shorthands.</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack">
<link href="http://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help">
<link href="reference/variable-declaration-59-ref.htm" rel="match">
<link href="reference/variable-reference-38-ref.htm" rel="match">
<style>
p { padding-left: 1em; }
#a { --style: solid; --left: black dotted; border-style: var(--style); border-left: var(--left); border-top: none; border-right: none; border-bottom: none; }

View file

@ -129,8 +129,8 @@ 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 3776bcd72a00610e68642a0ca0abf9be54580199 ?
xhtml1/variable-external-font-face-01.xht 3776bcd72a00610e68642a0ca0abf9be54580199 ?
html/variable-external-font-face-01.htm cd1c9a3316640edbbc8a10d235103ef5fb333f08 ?
xhtml1/variable-external-font-face-01.xht cd1c9a3316640edbbc8a10d235103ef5fb333f08 ?
html/variable-external-reference-01.htm e1cb9adcf7f262364ebec3c2491b07c6c756f91f ?
xhtml1/variable-external-reference-01.xht e1cb9adcf7f262364ebec3c2491b07c6c756f91f ?
html/variable-external-supports-01.htm 4a4be82f521b45c6bd4e240ecefcc623e603e249 ?
@ -213,8 +213,8 @@ html/variable-reference-36.htm 3b838d0ae59489a854cf00018761973db4089355 ?
xhtml1/variable-reference-36.xht 3b838d0ae59489a854cf00018761973db4089355 ?
html/variable-reference-37.htm 9d4813fc0163f114496fcfa2a9254949889ae8cc ?
xhtml1/variable-reference-37.xht 9d4813fc0163f114496fcfa2a9254949889ae8cc ?
html/variable-reference-38.htm b88da6eb36f31a5f4845cfee72db0833cac81e1f ?
xhtml1/variable-reference-38.xht b88da6eb36f31a5f4845cfee72db0833cac81e1f ?
html/variable-reference-38.htm a51a3479ee624ccac3e677ebf988d5f0ff785a51 ?
xhtml1/variable-reference-38.xht a51a3479ee624ccac3e677ebf988d5f0ff785a51 ?
html/variable-reference-39.htm 87d4f5a8474c7d505a5cedf330b69adbe72425e5 ?
xhtml1/variable-reference-39.xht 87d4f5a8474c7d505a5cedf330b69adbe72425e5 ?
html/variable-reference-40.htm 2dc90de2f2ee674455cc427c1ce8f1e62d9dffee ?

View file

@ -62,7 +62,7 @@ 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-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 3776bcd72a00610e68642a0ca0abf9be54580199 `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-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 aa02741631a4e3c9e61b631452f6bcb375dd53e4 `Cameron McCormack`<mailto:cam@mcc.id.au>
@ -104,7 +104,7 @@ variable-reference-34 support/color-green-ref Test declaring a non-custom proper
variable-reference-35 support/color-green-ref Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed URL due to EOF. http://www.w3.org/TR/css-variables-1/#using-variables 3bed29528ed99a863e596d7c09bee6296921ae03 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-36 reference/variable-reference-36-ref Test declaring a non-custom shorthand property containing a variable reference. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands 3b838d0ae59489a854cf00018761973db4089355 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-37 reference/variable-reference-37-ref Test declaring a non-custom shorthand property containing a variable reference, with a subsequent property in the declaration block that overrides one of the shorthand's components. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands 9d4813fc0163f114496fcfa2a9254949889ae8cc `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-38 reference/variable-declaration-59-ref Test using variables in overlapping shorthands. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands b88da6eb36f31a5f4845cfee72db0833cac81e1f `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-38 reference/variable-reference-38-ref Test using variables in overlapping shorthands. http://www.w3.org/TR/css-variables-1/#variables-in-shorthands a51a3479ee624ccac3e677ebf988d5f0ff785a51 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-39 support/color-green-ref Test declaring a variable that references itself but uses fallback. http://www.w3.org/TR/css-variables-1/#cycles 87d4f5a8474c7d505a5cedf330b69adbe72425e5 `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-reference-40 reference/variable-reference-40-ref Test that a variable reference within a gradient value in a border-image shorthand parses correctly. http://www.w3.org/TR/css-variables-1/#using-variables 2dc90de2f2ee674455cc427c1ce8f1e62d9dffee `Cameron McCormack`<mailto:cam@mcc.id.au>
variable-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 and no white space tokens. http://www.w3.org/TR/css-variables-1/#using-variables aea47c3174023e5424aa8e183ae5915ea18d4ebc `Cameron McCormack`<mailto:cam@mcc.id.au>

View file

@ -222,7 +222,7 @@
<tr id="variable-external-font-face-01-2" class="primary ahem">
<td><strong>
<a href="variable-external-font-face-01.xht">variable-external-font-face-01</a></strong></td>
<td><a href="reference/variable-font-face-01-ref.xht">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.
</td>

View file

@ -686,7 +686,7 @@
<tr id="variable-reference-38-3.2" class="primary">
<td><strong>
<a href="variable-reference-38.xht">variable-reference-38</a></strong></td>
<td><a href="reference/variable-declaration-59-ref.xht">=</a> </td>
<td><a href="reference/variable-reference-38-ref.xht">=</a> </td>
<td></td>
<td>Test using variables in overlapping shorthands.
</td>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference</title>
<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>
<p style="font-family: Ahem">But this text must be in Ahem.</p>
</body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
<style>
p { padding-left: 1em; }
#a { border-left: black dotted; }
#b { border-left: black solid; }
</style>
</head><body><p id="a">The left border must be dotted.</p>
<p id="b">The left border must be solid.</p>
</body></html>

View file

@ -524,7 +524,7 @@
<tr>
<td rowspan="1" title="Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.">
<a href="variable-external-font-face-01.xht">variable-external-font-face-01</a></td>
<td><a href="reference/variable-font-face-01-ref.xht">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.xht">=</a> </td>
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
</tr>
</tbody>
@ -860,7 +860,7 @@
<tr>
<td rowspan="1" title="Test using variables in overlapping shorthands.">
<a href="variable-reference-38.xht">variable-reference-38</a></td>
<td><a href="reference/variable-declaration-59-ref.xht">=</a> </td>
<td><a href="reference/variable-reference-38-ref.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>

View file

@ -61,7 +61,7 @@ variable-declaration-58.xht == support/color-green-ref.xht
variable-declaration-59.xht == support/color-green-ref.xht
variable-declaration-60.xht == support/color-green-ref.xht
variable-external-declaration-01.xht == support/color-green-ref.xht
variable-external-font-face-01.xht == reference/variable-font-face-01-ref.xht
variable-external-font-face-01.xht == reference/variable-external-font-face-01-ref.xht
variable-external-reference-01.xht == support/color-green-ref.xht
variable-external-supports-01.xht == support/color-green-ref.xht
variable-font-face-01.xht == reference/variable-font-face-01-ref.xht
@ -103,7 +103,7 @@ variable-reference-34.xht == support/color-green-ref.xht
variable-reference-35.xht == support/color-green-ref.xht
variable-reference-36.xht == reference/variable-reference-36-ref.xht
variable-reference-37.xht == reference/variable-reference-37-ref.xht
variable-reference-38.xht == reference/variable-declaration-59-ref.xht
variable-reference-38.xht == reference/variable-reference-38-ref.xht
variable-reference-39.xht == support/color-green-ref.xht
variable-reference-40.xht == reference/variable-reference-40-ref.xht
variable-supports-01.xht == support/color-green-ref.xht

View file

@ -5,7 +5,7 @@
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.</title>
<link href="mailto:mihaela.velimiroviciu@softvisioninc.eu" rel="author" title="Mihaela Velimiroviciu" />
<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" />
<link href="reference/variable-font-face-01-ref.xht" rel="match" />
<link href="reference/variable-external-font-face-01-ref.xht" rel="match" />
<link href="support/external-variable-font-face.css" type="text/css" rel="stylesheet" />
<meta content="ahem" name="flags" />
</head><body><p id="a">This text must not be in Ahem.</p>

View file

@ -5,7 +5,7 @@
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: Test using variables in overlapping shorthands.</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
<link href="http://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help" />
<link href="reference/variable-declaration-59-ref.xht" rel="match" />
<link href="reference/variable-reference-38-ref.xht" rel="match" />
<style>
p { padding-left: 1em; }
#a { --style: solid; --left: black dotted; border-style: var(--style); border-left: var(--left); border-top: none; border-right: none; border-bottom: none; }

View file

@ -222,7 +222,7 @@
<tr id="variable-external-font-face-01-2" class="primary ahem">
<td><strong>
<a href="variable-external-font-face-01.xht">variable-external-font-face-01</a></strong></td>
<td><a href="reference/variable-font-face-01-ref.xht">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.xht">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.
</td>

View file

@ -686,7 +686,7 @@
<tr id="variable-reference-38-3.2" class="primary">
<td><strong>
<a href="variable-reference-38.xht">variable-reference-38</a></strong></td>
<td><a href="reference/variable-declaration-59-ref.xht">=</a> </td>
<td><a href="reference/variable-reference-38-ref.xht">=</a> </td>
<td></td>
<td>Test using variables in overlapping shorthands.
</td>

View file

@ -0,0 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference</title>
<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>
<p style="font-family: Ahem">But this text must be in Ahem.</p>
</body></html>

View file

@ -0,0 +1,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Reftest Reference</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
<style>
p { padding-left: 1em; }
#a { border-left: black dotted; }
#b { border-left: black solid; }
</style>
</head><body><p id="a">The left border must be dotted.</p>
<p id="b">The left border must be solid.</p>
</body></html>

View file

@ -524,7 +524,7 @@
<tr>
<td rowspan="1" title="Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.">
<a href="variable-external-font-face-01.xht">variable-external-font-face-01</a></td>
<td><a href="reference/variable-font-face-01-ref.xht">=</a> </td>
<td><a href="reference/variable-external-font-face-01-ref.xht">=</a> </td>
<td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
</tr>
</tbody>
@ -860,7 +860,7 @@
<tr>
<td rowspan="1" title="Test using variables in overlapping shorthands.">
<a href="variable-reference-38.xht">variable-reference-38</a></td>
<td><a href="reference/variable-declaration-59-ref.xht">=</a> </td>
<td><a href="reference/variable-reference-38-ref.xht">=</a> </td>
<td rowspan="1"></td>
</tr>
</tbody>

View file

@ -61,7 +61,7 @@ variable-declaration-58.xht == support/color-green-ref.xht
variable-declaration-59.xht == support/color-green-ref.xht
variable-declaration-60.xht == support/color-green-ref.xht
variable-external-declaration-01.xht == support/color-green-ref.xht
variable-external-font-face-01.xht == reference/variable-font-face-01-ref.xht
variable-external-font-face-01.xht == reference/variable-external-font-face-01-ref.xht
variable-external-reference-01.xht == support/color-green-ref.xht
variable-external-supports-01.xht == support/color-green-ref.xht
variable-font-face-01.xht == reference/variable-font-face-01-ref.xht
@ -103,7 +103,7 @@ variable-reference-34.xht == support/color-green-ref.xht
variable-reference-35.xht == support/color-green-ref.xht
variable-reference-36.xht == reference/variable-reference-36-ref.xht
variable-reference-37.xht == reference/variable-reference-37-ref.xht
variable-reference-38.xht == reference/variable-declaration-59-ref.xht
variable-reference-38.xht == reference/variable-reference-38-ref.xht
variable-reference-39.xht == support/color-green-ref.xht
variable-reference-40.xht == reference/variable-reference-40-ref.xht
variable-supports-01.xht == support/color-green-ref.xht

View file

@ -5,7 +5,7 @@
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: Test the invalid declaration and use of a variable in an @font-face rule within an external CSS.</title>
<link href="mailto:mihaela.velimiroviciu@softvisioninc.eu" rel="author" title="Mihaela Velimiroviciu" />
<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" />
<link href="reference/variable-font-face-01-ref.xht" rel="match" />
<link href="reference/variable-external-font-face-01-ref.xht" rel="match" />
<link href="support/external-variable-font-face.css" type="text/css" rel="stylesheet" />
<meta content="ahem" name="flags" />
</head><body><p id="a">This text must not be in Ahem.</p>

View file

@ -5,7 +5,7 @@
--><html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Test: Test using variables in overlapping shorthands.</title>
<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" />
<link href="http://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help" />
<link href="reference/variable-declaration-59-ref.xht" rel="match" />
<link href="reference/variable-reference-38-ref.xht" rel="match" />
<style>
p { padding-left: 1em; }
#a { --style: solid; --left: black dotted; border-style: var(--style); border-left: var(--left); border-top: none; border-right: none; border-bottom: none; }