diff options
author | Josh Matthews <josh@joshmatthews.net> | 2017-11-01 18:17:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2017-11-02 09:22:26 -0400 |
commit | 12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6 (patch) | |
tree | 982bef2092a4a03855f51022c56460a546d5bce8 /tests/wpt/css-tests/css-variables-1_dev/xhtml1 | |
parent | 00940911c5755651df7038c7bf4b51c77a44c225 (diff) | |
download | servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.tar.gz servo-12d22f6bd217ecd02868ab30f8b1cae8bad5d4e6.zip |
Remove all outdated CSS tests.
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/xhtml1')
220 files changed, 0 insertions, 7439 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-1.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-1.xht deleted file mode 100644 index 78cea386a31..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-1.xht +++ /dev/null @@ -1,39 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Introduction - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Introduction (0 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s1"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s1">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#intro">1 Introduction</a></th></tr> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-2.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-2.xht deleted file mode 100644 index e5934d97d92..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-2.xht +++ /dev/null @@ -1,869 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Defining Custom Properties: the --* family of properties - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Defining Custom Properties: the --* family of properties (97 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s2"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s2">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#defining-variables">2 Defining Custom Properties: the --* family of properties</a></th></tr> - <!-- 35 tests --> - <tr id="test_variable_legal_values-2" class="script"> - <td> - <a href="test_variable_legal_values.xht">test_variable_legal_values</a></td> - <td></td> - <td><abbr class="script" title="Executes tests in script">Script</abbr></td> - <td>CSS Variables Allowed Syntax - <ul class="assert"> - <li>The <value> type used in the syntax above is defined as anything matching the "value" production in CSS 2.1 Chapter 4.1 [CSS21].</li> - </ul> - </td> - </tr> - <tr id="variable-declaration-06-2" class=""> - <td> - <a href="variable-declaration-06.xht">variable-declaration-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test overriding an existing variable declaration. - </td> - </tr> - <tr id="variable-declaration-29-2" class=""> - <td> - <a href="variable-declaration-29.xht">variable-declaration-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with a valid custom property name "--". - </td> - </tr> - <tr id="variable-declaration-31-2" class=""> - <td> - <a href="variable-declaration-31.xht">variable-declaration-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with a digit. - </td> - </tr> - <tr id="variable-declaration-32-2" class=""> - <td> - <a href="variable-declaration-32.xht">variable-declaration-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with an escaped digit. - </td> - </tr> - <tr id="variable-declaration-33-2" class=""> - <td> - <a href="variable-declaration-33.xht">variable-declaration-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with an escaped letter. - </td> - </tr> - <tr id="variable-declaration-34-2" class=""> - <td> - <a href="variable-declaration-34.xht">variable-declaration-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with a lone surrogate. - </td> - </tr> - <tr id="variable-declaration-35-2" class=""> - <td> - <a href="variable-declaration-35.xht">variable-declaration-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with U+FFFD. - </td> - </tr> - <tr id="variable-declaration-36-2" class=""> - <td> - <a href="variable-declaration-36.xht">variable-declaration-36</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the variable name begins with an out-of-range Unicode character escape. - </td> - </tr> - <tr id="variable-declaration-38-2" class=""> - <td> - <a href="variable-declaration-38.xht">variable-declaration-38</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring two variables in the same declaration block that differ only in case, with lowercase first. - </td> - </tr> - <tr id="variable-declaration-39-2" class=""> - <td> - <a href="variable-declaration-39.xht">variable-declaration-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring two variables in the same declaration block that differ only in case, with uppercase first. - </td> - </tr> - <tr id="variable-declaration-40-2" class=""> - <td> - <a href="variable-declaration-40.xht">variable-declaration-40</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with an invalid custom property name due to it beginning with "VAR-". - </td> - </tr> - <tr id="variable-declaration-41-2" class=""> - <td> - <a href="variable-declaration-41.xht">variable-declaration-41</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the second '-' in the "--" prefix of the custom property name is escaped. - </td> - </tr> - <tr id="variable-declaration-42-2" class=""> - <td> - <a href="variable-declaration-42.xht">variable-declaration-42</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable where the custom property name includes an unescaped Chinese character and an escape that is terminated by a space character. - </td> - </tr> - <tr id="variable-declaration-43-2" class=""> - <td> - <a href="variable-declaration-43.xht">variable-declaration-43</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "initial". - </td> - </tr> - <tr id="variable-declaration-44-2" class=""> - <td> - <a href="variable-declaration-44.xht">variable-declaration-44</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "inherit" where there is no variable to inherit from. - </td> - </tr> - <tr id="variable-declaration-45-2" class=""> - <td> - <a href="variable-declaration-45.xht">variable-declaration-45</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "inherit" where there is a variable to inherit from. - </td> - </tr> - <tr id="variable-declaration-46-2" class=""> - <td> - <a href="variable-declaration-46.xht">variable-declaration-46</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "initial" where there is a variable to inherit from. - </td> - </tr> - <tr id="variable-declaration-47-2" class=""> - <td> - <a href="variable-declaration-47.xht">variable-declaration-47</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value consists of a reference to a variable whose value is "inherit". - </td> - </tr> - <tr id="variable-declaration-56-2" class=""> - <td> - <a href="variable-declaration-56.xht">variable-declaration-56</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "unset" where there is no variable to inherit from. - </td> - </tr> - <tr id="variable-declaration-57-2" class=""> - <td> - <a href="variable-declaration-57.xht">variable-declaration-57</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value is "unset" where there is a variable to inherit from. - </td> - </tr> - <tr id="variable-declaration-58-2" class=""> - <td> - <a href="variable-declaration-58.xht">variable-declaration-58</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable whose value consists of a reference to a variable whose value is "unset". - </td> - </tr> - <tr id="variable-declaration-59-2" class=""> - <td> - <a href="variable-declaration-59.xht">variable-declaration-59</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with a trailing invalid token. - </td> - </tr> - <tr id="variable-external-font-face-01-2" class="ahem"> - <td> - <a href="variable-external-font-face-01.xht">variable-external-font-face-01</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> - </tr> - <tr id="variable-font-face-01-2" class="ahem"> - <td> - <a href="variable-font-face-01.xht">variable-font-face-01</a></td> - <td><a href="reference/variable-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. - </td> - </tr> - <tr id="variable-font-face-02-2" class="ahem"> - <td> - <a href="variable-font-face-02.xht">variable-font-face-02</a></td> - <td><a href="reference/variable-font-face-02-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element. - </td> - </tr> - <tr id="variable-reference-13-2" class=""> - <td> - <a href="variable-reference-13.xht">variable-reference-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test that important variable declarations are not overwritten by subsequent non-important variable declarations in the one declaration block. - </td> - </tr> - <tr id="variable-reference-14-2" class=""> - <td> - <a href="variable-reference-14.xht">variable-reference-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test that important variable declarations cascade correctly. - </td> - </tr> - <tr id="variable-supports-58-2" class=""> - <td> - <a href="variable-supports-58.xht">variable-supports-58</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing property declaration in an @supports rule with property name "--". - </td> - </tr> - <tr id="variable-supports-60-2" class=""> - <td> - <a href="variable-supports-60.xht">variable-supports-60</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule for a variable whose name is a digit. - </td> - </tr> - <tr id="variable-supports-61-2" class=""> - <td> - <a href="variable-supports-61.xht">variable-supports-61</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule for a variable whose name is a digit which is specified with an escape. - </td> - </tr> - <tr id="variable-supports-62-2" class=""> - <td> - <a href="variable-supports-62.xht">variable-supports-62</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an escaped lone surrogate. - </td> - </tr> - <tr id="variable-supports-63-2" class=""> - <td> - <a href="variable-supports-63.xht">variable-supports-63</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an out-of-range Unicode character escape. - </td> - </tr> - <tr id="variable-supports-66-2" class=""> - <td> - <a href="variable-supports-66.xht">variable-supports-66</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule where the property name begins with "VAR-". - </td> - </tr> - <tr id="variable-supports-67-2" class=""> - <td> - <a href="variable-supports-67.xht">variable-supports-67</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a declaration for a custom property has an invalid value does not cause the @supports rule to fail to parse. - </td> - </tr> - </tbody> - <tbody id="s2.#custom-property"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.#example-6e1ad79f"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.#example-d1c7ba56"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.#propdef-"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.#typedef-custom-property-name"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.1"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s2.1">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#syntax">2.1 Custom Property Value Syntax</a></th></tr> - <!-- 56 tests --> - <tr id="variable-declaration-01-2.1" class=""> - <td> - <a href="variable-declaration-01.xht">variable-declaration-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable consisting of a single token preceded by white space. - </td> - </tr> - <tr id="variable-declaration-02-2.1" class=""> - <td> - <a href="variable-declaration-02.xht">variable-declaration-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable consisting of a single token with no preceding white space. - </td> - </tr> - <tr id="variable-declaration-03-2.1" class=""> - <td> - <a href="variable-declaration-03.xht">variable-declaration-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that references another variable. - </td> - </tr> - <tr id="variable-declaration-04-2.1" class=""> - <td> - <a href="variable-declaration-04.xht">variable-declaration-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable consisting of a variable reference followed by white space. - </td> - </tr> - <tr id="variable-declaration-05-2.1" class=""> - <td> - <a href="variable-declaration-05.xht">variable-declaration-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable consisting of a variable reference that includes white space around the variable name. - </td> - </tr> - <tr id="variable-declaration-07-2.1" class=""> - <td> - <a href="variable-declaration-07.xht">variable-declaration-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to a variable reference having no tokens in its fallback. - </td> - </tr> - <tr id="variable-declaration-08-2.1" class=""> - <td> - <a href="variable-declaration-08.xht">variable-declaration-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a variable reference whose fallback is white space. - </td> - </tr> - <tr id="variable-declaration-09-2.1" class=""> - <td> - <a href="variable-declaration-09.xht">variable-declaration-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to a variable reference having only a comment in its fallback. - </td> - </tr> - <tr id="variable-declaration-10-2.1" class=""> - <td> - <a href="variable-declaration-10.xht">variable-declaration-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a variable reference with a fallback that includes a comment and an identifier. - </td> - </tr> - <tr id="variable-declaration-11-2.1" class=""> - <td> - <a href="variable-declaration-11.xht">variable-declaration-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to a variable reference having a '!' token at the top level of its fallback. - </td> - </tr> - <tr id="variable-declaration-12-2.1" class=""> - <td> - <a href="variable-declaration-12.xht">variable-declaration-12</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to a variable reference having a ';' token at the top level of its fallback. - </td> - </tr> - <tr id="variable-declaration-13-2.1" class=""> - <td> - <a href="variable-declaration-13.xht">variable-declaration-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to a variable reference having "!important" the top level of its fallback. - </td> - </tr> - <tr id="variable-declaration-14-2.1" class=""> - <td> - <a href="variable-declaration-14.xht">variable-declaration-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a variable reference and a following identifier with no intervening white space. - </td> - </tr> - <tr id="variable-declaration-15-2.1" class="ahem"> - <td> - <a href="variable-declaration-15.xht">variable-declaration-15</a></td> - <td><a href="reference/variable-declaration-15-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>Test declaring a variable that consists of a comma-separated font family list. - </td> - </tr> - <tr id="variable-declaration-16-2.1" class="ahem"> - <td> - <a href="variable-declaration-16.xht">variable-declaration-16</a></td> - <td><a href="reference/variable-declaration-16-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>Test declaring a variable that consists of a comma-separated font family list with the first item being a variable reference. - </td> - </tr> - <tr id="variable-declaration-17-2.1" class="ahem"> - <td> - <a href="variable-declaration-17.xht">variable-declaration-17</a></td> - <td><a href="reference/variable-declaration-17-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>Test declaring a variable that consists of a comma-separated font family list with the last item being a variable reference. - </td> - </tr> - <tr id="variable-declaration-18-2.1" class="ahem"> - <td> - <a href="variable-declaration-18.xht">variable-declaration-18</a></td> - <td><a href="reference/variable-declaration-18-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference. - </td> - </tr> - <tr id="variable-declaration-19-2.1" class=""> - <td> - <a href="variable-declaration-19.xht">variable-declaration-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a function where one of the arguments is a variable reference. - </td> - </tr> - <tr id="variable-declaration-20-2.1" class=""> - <td> - <a href="variable-declaration-20.xht">variable-declaration-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with "!important". - </td> - </tr> - <tr id="variable-declaration-21-2.1" class=""> - <td> - <a href="variable-declaration-21.xht">variable-declaration-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a function where all of the arguments and commas are made up of variable references. - </td> - </tr> - <tr id="variable-declaration-22-2.1" class=""> - <td> - <a href="variable-declaration-22.xht">variable-declaration-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a variable reference with a number of levels of variable reference fallbacks. - </td> - </tr> - <tr id="variable-declaration-23-2.1" class=""> - <td> - <a href="variable-declaration-23.xht">variable-declaration-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to having two "!important" priorities. - </td> - </tr> - <tr id="variable-declaration-24-2.1" class=""> - <td> - <a href="variable-declaration-24.xht">variable-declaration-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that contains a CDO token. - </td> - </tr> - <tr id="variable-declaration-25-2.1" class=""> - <td> - <a href="variable-declaration-25.xht">variable-declaration-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that contains a CDC token. - </td> - </tr> - <tr id="variable-declaration-26-2.1" class=""> - <td> - <a href="variable-declaration-26.xht">variable-declaration-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that contains only a white space token. - </td> - </tr> - <tr id="variable-declaration-28-2.1" class=""> - <td> - <a href="variable-declaration-28.xht">variable-declaration-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with invalid syntax due to having no tokens. - </td> - </tr> - <tr id="variable-declaration-37-2.1" class=""> - <td> - <a href="variable-declaration-37.xht">variable-declaration-37</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable consisting of a variable reference where white space surrounds the comma separating the variable name and fallback. - </td> - </tr> - <tr id="variable-declaration-60-2.1" class=""> - <td> - <a href="variable-declaration-60.xht">variable-declaration-60</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable with a value whose name is "initial" but using Turkish dotted/dotless 'i's. - </td> - </tr> - <tr id="variable-external-declaration-01-2.1" class=""> - <td> - <a href="variable-external-declaration-01.xht">variable-external-declaration-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable in an external CSS file. - </td> - </tr> - <tr id="variable-reference-without-whitespace-2.1" class=""> - <td> - <a href="variable-reference-without-whitespace.xht">variable-reference-without-whitespace</a></td> - <td><a href="reference/variable-reference-without-whitespace-ref.xht">=</a> </td> - <td></td> - <td>Variable reference without whitespace - </td> - </tr> - <tr id="variable-supports-33-2.1" class=""> - <td> - <a href="variable-supports-33.xht">variable-supports-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference. - </td> - </tr> - <tr id="variable-supports-34-2.1" class=""> - <td> - <a href="variable-supports-34.xht">variable-supports-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains white space and a variable reference. - </td> - </tr> - <tr id="variable-supports-35-2.1" class=""> - <td> - <a href="variable-supports-35.xht">variable-supports-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space. - </td> - </tr> - <tr id="variable-supports-36-2.1" class=""> - <td> - <a href="variable-supports-36.xht">variable-supports-36</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space with the variable name also surrounded by white space. - </td> - </tr> - <tr id="variable-supports-37-2.1" class=""> - <td> - <a href="variable-supports-37.xht">variable-supports-37</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens. - </td> - </tr> - <tr id="variable-supports-38-2.1" class=""> - <td> - <a href="variable-supports-38.xht">variable-supports-38</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting only of white space. - </td> - </tr> - <tr id="variable-supports-39-2.1" class=""> - <td> - <a href="variable-supports-39.xht">variable-supports-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens, just a comment. - </td> - </tr> - <tr id="variable-supports-40-2.1" class=""> - <td> - <a href="variable-supports-40.xht">variable-supports-40</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting of a comment and an identifier. - </td> - </tr> - <tr id="variable-supports-41-2.1" class=""> - <td> - <a href="variable-supports-41.xht">variable-supports-41</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level '!' token. - </td> - </tr> - <tr id="variable-supports-42-2.1" class=""> - <td> - <a href="variable-supports-42.xht">variable-supports-42</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level "!important". - </td> - </tr> - <tr id="variable-supports-43-2.1" class=""> - <td> - <a href="variable-supports-43.xht">variable-supports-43</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a dimension followed by a variable reference. - </td> - </tr> - <tr id="variable-supports-44-2.1" class=""> - <td> - <a href="variable-supports-44.xht">variable-supports-44</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference followed bya dimension. - </td> - </tr> - <tr id="variable-supports-45-2.1" class=""> - <td> - <a href="variable-supports-45.xht">variable-supports-45</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a selection of tokens and a non-top level variable reference. - </td> - </tr> - <tr id="variable-supports-46-2.1" class=""> - <td> - <a href="variable-supports-46.xht">variable-supports-46</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference and an "!important" priority. - </td> - </tr> - <tr id="variable-supports-47-2.1" class=""> - <td> - <a href="variable-supports-47.xht">variable-supports-47</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains two adjacent variable references with no intervening white space. - </td> - </tr> - <tr id="variable-supports-48-2.1" class=""> - <td> - <a href="variable-supports-48.xht">variable-supports-48</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference with a number of levels of variable reference fallbacks. - </td> - </tr> - <tr id="variable-supports-49-2.1" class=""> - <td> - <a href="variable-supports-49.xht">variable-supports-49</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains two "!important" priorities. - </td> - </tr> - <tr id="variable-supports-50-2.1" class=""> - <td> - <a href="variable-supports-50.xht">variable-supports-50</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDO token. - </td> - </tr> - <tr id="variable-supports-51-2.1" class=""> - <td> - <a href="variable-supports-51.xht">variable-supports-51</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDC token. - </td> - </tr> - <tr id="variable-supports-52-2.1" class=""> - <td> - <a href="variable-supports-52.xht">variable-supports-52</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets. - </td> - </tr> - <tr id="variable-supports-53-2.1" class=""> - <td> - <a href="variable-supports-53.xht">variable-supports-53</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token in its fallback. - </td> - </tr> - <tr id="variable-supports-54-2.1" class=""> - <td> - <a href="variable-supports-54.xht">variable-supports-54</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token. - </td> - </tr> - <tr id="variable-supports-55-2.1" class=""> - <td> - <a href="variable-supports-55.xht">variable-supports-55</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains a variable reference and a top level ';' token in its fallback. - </td> - </tr> - <tr id="variable-supports-56-2.1" class=""> - <td> - <a href="variable-supports-56.xht">variable-supports-56</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains only a white space token. - </td> - </tr> - <tr id="variable-supports-57-2.1" class=""> - <td> - <a href="variable-supports-57.xht">variable-supports-57</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value contains no tokens. - </td> - </tr> - <tr id="variable-supports-65-2.1" class=""> - <td> - <a href="variable-supports-65.xht">variable-supports-65</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value is a variable reference with white space surrounding the fallback comma. - </td> - </tr> - </tbody> - <tbody id="s2.1.#animation-tainted"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.1.#example-310ea5b9"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.1.#example-52aad45a"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.1.#example-97d3694f"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.1.#example-f8770692"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.2"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s2.2">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#cycles">2.2 Resolving Dependency Cycles</a></th></tr> - <!-- 6 tests --> - <tr id="variable-declaration-30-2.2" class=""> - <td> - <a href="variable-declaration-30.xht">variable-declaration-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that contains a variable reference to itself. - </td> - </tr> - <tr id="variable-declaration-48-2.2" class=""> - <td> - <a href="variable-declaration-48.xht">variable-declaration-48</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a number of variables in a cycle. - </td> - </tr> - <tr id="variable-declaration-49-2.2" class=""> - <td> - <a href="variable-declaration-49.xht">variable-declaration-49</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that is a dependent of a variable involved in a cycle but which itself is not involved in a cycle. - </td> - </tr> - <tr id="variable-declaration-50-2.2" class=""> - <td> - <a href="variable-declaration-50.xht">variable-declaration-50</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a number of variables in a chain, where the final element of the chain uses its fallback. - </td> - </tr> - <tr id="variable-reference-39-2.2" class=""> - <td> - <a href="variable-reference-39.xht">variable-reference-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that references itself but uses fallback. - </td> - </tr> - <tr id="variable-supports-59-2.2" class=""> - <td> - <a href="variable-supports-59.xht">variable-supports-59</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing custom property declaration in an @supports rule whose value contains a variable reference to itself. - </td> - </tr> - </tbody> - <tbody id="s2.2.#example-87c69525"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.2.#example-942ce4d7"> - <!-- 0 tests --> - </tbody> - <tbody id="s2.2.#example-cf4602dd"> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-3.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-3.xht deleted file mode 100644 index 639b2a85fc6..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-3.xht +++ /dev/null @@ -1,729 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Using Cascading Variables: the var() notation - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Using Cascading Variables: the var() notation (81 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s3"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s3">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#using-variables">3 Using Cascading Variables: the var() notation</a></th></tr> - <!-- 74 tests --> - <tr id="css-vars-custom-property-case-sensitive-001-3" class=""> - <td> - <a href="css-vars-custom-property-case-sensitive-001.xht">css-vars-custom-property-case-sensitive-001</a></td> - <td><a href="reference/css-vars-custom-property-case-sensitive-ref.xht">=</a> </td> - <td></td> - <td>custom property names are case-sensitive - <ul class="assert"> - <li>Custom property names are case-sensitive</li> - </ul> - </td> - </tr> - <tr id="css-vars-custom-property-inheritance-3" class=""> - <td> - <a href="css-vars-custom-property-inheritance.xht">css-vars-custom-property-inheritance</a></td> - <td><a href="reference/css-vars-custom-property-inheritance-ref.xht">=</a> </td> - <td></td> - <td>custom properties use normal inheritance and cascade rules - <ul class="assert"> - <li>custom properties are resolved with the normal inheritance and cascade rules</li> - </ul> - </td> - </tr> - <tr id="variable-declaration-52-3" class=""> - <td> - <a href="variable-declaration-52.xht">variable-declaration-52</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a reference to an inherited variable whose value was a variable reference that used its fallback. - </td> - </tr> - <tr id="variable-declaration-53-3" class=""> - <td> - <a href="variable-declaration-53.xht">variable-declaration-53</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of two variable references without fallback and with no intervening white space. - </td> - </tr> - <tr id="variable-declaration-54-3" class=""> - <td> - <a href="variable-declaration-54.xht">variable-declaration-54</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of two variable references with the first variable reference using fallback and with no intervening white space. - </td> - </tr> - <tr id="variable-declaration-55-3" class=""> - <td> - <a href="variable-declaration-55.xht">variable-declaration-55</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of two variable references with the second variable reference using fallback and with no intervening white space. - </td> - </tr> - <tr id="variable-external-reference-01-3" class=""> - <td> - <a href="variable-external-reference-01.xht">variable-external-reference-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test the use of a variable in a non-custom property where the variable value is inherited within an external CSS. - </td> - </tr> - <tr id="variable-external-supports-01-3" class=""> - <td> - <a href="variable-external-supports-01.xht">variable-external-supports-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference within an external stylesheet file. - </td> - </tr> - <tr id="variable-reference-01-3" class=""> - <td> - <a href="variable-reference-01.xht">variable-reference-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test the use of a variable in a non-custom property where the variable value is inherited. - </td> - </tr> - <tr id="variable-reference-03-3" class=""> - <td> - <a href="variable-reference-03.xht">variable-reference-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>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. - </td> - </tr> - <tr id="variable-reference-04-3" class=""> - <td> - <a href="variable-reference-04.xht">variable-reference-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test the use of two variables in a non-custom property where one variable is inherited and the other references a non-existing variable with fallback that consists only of white space. - </td> - </tr> - <tr id="variable-reference-05-3" class=""> - <td> - <a href="variable-reference-05.xht">variable-reference-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test the use of a variable in a non-custom property where the values contains no tokens other than the variable reference. - </td> - </tr> - <tr id="variable-reference-06-3" class=""> - <td> - <a href="variable-reference-06.xht">variable-reference-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains no tokens. - </td> - </tr> - <tr id="variable-reference-07-3" class=""> - <td> - <a href="variable-reference-07.xht">variable-reference-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level ';' token. - </td> - </tr> - <tr id="variable-reference-08-3" class=""> - <td> - <a href="variable-reference-08.xht">variable-reference-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level '!' token. - </td> - </tr> - <tr id="variable-reference-09-3" class=""> - <td> - <a href="variable-reference-09.xht">variable-reference-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with a variable reference that has a non-top level ';' token. - </td> - </tr> - <tr id="variable-reference-10-3" class=""> - <td> - <a href="variable-reference-10.xht">variable-reference-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with a variable reference that has a non-top level '!' token. - </td> - </tr> - <tr id="variable-reference-11-3" class=""> - <td> - <a href="variable-reference-11.xht">variable-reference-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains nothing but a comment. - </td> - </tr> - <tr id="variable-reference-12-3" class=""> - <td> - <a href="variable-reference-12.xht">variable-reference-12</a></td> - <td><a href="reference/variable-reference-12-ref.xht">=</a> </td> - <td></td> - <td>Test the use of variable references in the 'content' property. - </td> - </tr> - <tr id="variable-reference-15-3" class=""> - <td> - <a href="variable-reference-15.xht">variable-reference-15</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with two variable references with no intervening white space. - </td> - </tr> - <tr id="variable-reference-16-3" class=""> - <td> - <a href="variable-reference-16.xht">variable-reference-16</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that consists of a variable reference with a number of levels of variable reference fallbacks. - </td> - </tr> - <tr id="variable-reference-17-3" class=""> - <td> - <a href="variable-reference-17.xht">variable-reference-17</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that consists of a variable reference whose fallback contains a CDO token. - </td> - </tr> - <tr id="variable-reference-18-3" class=""> - <td> - <a href="variable-reference-18.xht">variable-reference-18</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference and balanced braces and square brackets. - </td> - </tr> - <tr id="variable-reference-19-3" class=""> - <td> - <a href="variable-reference-19.xht">variable-reference-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference and a non-top level ';' token. - </td> - </tr> - <tr id="variable-reference-20-3" class=""> - <td> - <a href="variable-reference-20.xht">variable-reference-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference whose function token is in uppercase. - </td> - </tr> - <tr id="variable-reference-21-3" class=""> - <td> - <a href="variable-reference-21.xht">variable-reference-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a reference to a variable whose name must be escaped. - </td> - </tr> - <tr id="variable-reference-22-3" class=""> - <td> - <a href="variable-reference-22.xht">variable-reference-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared and referenced using a lone surrogate. - </td> - </tr> - <tr id="variable-reference-23-3" class=""> - <td> - <a href="variable-reference-23.xht">variable-reference-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using a lone surrogate. - </td> - </tr> - <tr id="variable-reference-24-3" class=""> - <td> - <a href="variable-reference-24.xht">variable-reference-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using an out-of-range Unicode character escape. - </td> - </tr> - <tr id="variable-reference-25-3" class=""> - <td> - <a href="variable-reference-25.xht">variable-reference-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference with no fallback and which is implicitly closed due to EOF. - </td> - </tr> - <tr id="variable-reference-26-3" class=""> - <td> - <a href="variable-reference-26.xht">variable-reference-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference with white space before its comma and fallback consisting only of white space and which is implicitly closed due to EOF. - </td> - </tr> - <tr id="variable-reference-27-3" class=""> - <td> - <a href="variable-reference-27.xht">variable-reference-27</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference with fallback consisting only of white space and which is implicitly closed due to EOF. - </td> - </tr> - <tr id="variable-reference-28-3" class=""> - <td> - <a href="variable-reference-28.xht">variable-reference-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference whose fallback is a variable reference, both of which are implicitly closed due to EOF. - </td> - </tr> - <tr id="variable-reference-29-3" class=""> - <td> - <a href="variable-reference-29.xht">variable-reference-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property that contains a variable reference with no fallback, and whose variable name is followed by a comment, and where the comment and the variable reference are implicitly closed due to EOF. - </td> - </tr> - <tr id="variable-reference-30-3" class=""> - <td> - <a href="variable-reference-30.xht">variable-reference-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to containing two "!important" priorities. - </td> - </tr> - <tr id="variable-reference-31-3" class=""> - <td> - <a href="variable-reference-31.xht">variable-reference-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with a variable reference that has a digit after the "--" prefix. - </td> - </tr> - <tr id="variable-reference-32-3" class=""> - <td> - <a href="variable-reference-32.xht">variable-reference-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad string. - </td> - </tr> - <tr id="variable-reference-33-3" class=""> - <td> - <a href="variable-reference-33.xht">variable-reference-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed string due to EOF. - </td> - </tr> - <tr id="variable-reference-34-3" class=""> - <td> - <a href="variable-reference-34.xht">variable-reference-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad URL. - </td> - </tr> - <tr id="variable-reference-35-3" class=""> - <td> - <a href="variable-reference-35.xht">variable-reference-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed URL due to EOF. - </td> - </tr> - <tr id="variable-reference-40-3" class=""> - <td> - <a href="variable-reference-40.xht">variable-reference-40</a></td> - <td><a href="reference/variable-reference-40-ref.xht">=</a> </td> - <td></td> - <td>Test that a variable reference within a gradient value in a border-image shorthand parses correctly. - </td> - </tr> - <tr id="variable-supports-01-3" class=""> - <td> - <a href="variable-supports-01.xht">variable-supports-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference and no white space tokens. - </td> - </tr> - <tr id="variable-supports-02-3" class=""> - <td> - <a href="variable-supports-02.xht">variable-supports-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a white space token followed by a variable reference. - </td> - </tr> - <tr id="variable-supports-03-3" class=""> - <td> - <a href="variable-supports-03.xht">variable-supports-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens. - </td> - </tr> - <tr id="variable-supports-04-3" class=""> - <td> - <a href="variable-supports-04.xht">variable-supports-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens and with white space surrounding the variable name. - </td> - </tr> - <tr id="variable-supports-05-3" class=""> - <td> - <a href="variable-supports-05.xht">variable-supports-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens. - </td> - </tr> - <tr id="variable-supports-06-3" class=""> - <td> - <a href="variable-supports-06.xht">variable-supports-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference with fallback that is only white space. - </td> - </tr> - <tr id="variable-supports-07-3" class=""> - <td> - <a href="variable-supports-07.xht">variable-supports-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens, just a comment. - </td> - </tr> - <tr id="variable-supports-08-3" class=""> - <td> - <a href="variable-supports-08.xht">variable-supports-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule where the property value contains a comment and an identifier. - </td> - </tr> - <tr id="variable-supports-09-3" class=""> - <td> - <a href="variable-supports-09.xht">variable-supports-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a '!' token at the top level of its fallback. - </td> - </tr> - <tr id="variable-supports-10-3" class=""> - <td> - <a href="variable-supports-10.xht">variable-supports-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having "!important" at the top level of its fallback. - </td> - </tr> - <tr id="variable-supports-11-3" class=""> - <td> - <a href="variable-supports-11.xht">variable-supports-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing 'color' property declaration in an @supports rule with a variable reference that comes after a non-color value. - </td> - </tr> - <tr id="variable-supports-12-3" class=""> - <td> - <a href="variable-supports-12.xht">variable-supports-12</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing 'color' property declaration in an @supports rule with a variable reference that comes before a non-color value. - </td> - </tr> - <tr id="variable-supports-13-3" class=""> - <td> - <a href="variable-supports-13.xht">variable-supports-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing 'color' property declaration in an @supports rule with a range of different tokens and a variable reference not at the top level. - </td> - </tr> - <tr id="variable-supports-14-3" class=""> - <td> - <a href="variable-supports-14.xht">variable-supports-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule with a variable reference and an "!important" priority. - </td> - </tr> - <tr id="variable-supports-15-3" class=""> - <td> - <a href="variable-supports-15.xht">variable-supports-15</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule with two adjacent variable references with no intervening white space. - </td> - </tr> - <tr id="variable-supports-16-3" class=""> - <td> - <a href="variable-supports-16.xht">variable-supports-16</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule with a variable reference that has a number of levels of variable reference fallbacks. - </td> - </tr> - <tr id="variable-supports-17-3" class=""> - <td> - <a href="variable-supports-17.xht">variable-supports-17</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule with two "!important" priorities. - </td> - </tr> - <tr id="variable-supports-18-3" class=""> - <td> - <a href="variable-supports-18.xht">variable-supports-18</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token. - </td> - </tr> - <tr id="variable-supports-19-3" class=""> - <td> - <a href="variable-supports-19.xht">variable-supports-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDC token. - </td> - </tr> - <tr id="variable-supports-20-3" class=""> - <td> - <a href="variable-supports-20.xht">variable-supports-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets. - </td> - </tr> - <tr id="variable-supports-21-3" class=""> - <td> - <a href="variable-supports-21.xht">variable-supports-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a ';' token at the top level of its fallback. - </td> - </tr> - <tr id="variable-supports-22-3" class=""> - <td> - <a href="variable-supports-22.xht">variable-supports-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token. - </td> - </tr> - <tr id="variable-supports-23-3" class=""> - <td> - <a href="variable-supports-23.xht">variable-supports-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing non-custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token. - </td> - </tr> - <tr id="variable-supports-24-3" class=""> - <td> - <a href="variable-supports-24.xht">variable-supports-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a non-top level ';' token in its fallback. - </td> - </tr> - <tr id="variable-supports-25-3" class=""> - <td> - <a href="variable-supports-25.xht">variable-supports-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference whose function token is in uppercase. - </td> - </tr> - <tr id="variable-supports-26-3" class=""> - <td> - <a href="variable-supports-26.xht">variable-supports-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a digit after the "--" variable name prefix. - </td> - </tr> - <tr id="variable-supports-27-3" class=""> - <td> - <a href="variable-supports-27.xht">variable-supports-27</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a variable name beginning with an escaped digit. - </td> - </tr> - <tr id="variable-supports-28-3" class=""> - <td> - <a href="variable-supports-28.xht">variable-supports-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an escaped lone surrogate. - </td> - </tr> - <tr id="variable-supports-29-3" class=""> - <td> - <a href="variable-supports-29.xht">variable-supports-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an out-of-range Unicode character escape. - </td> - </tr> - <tr id="variable-supports-30-3" class=""> - <td> - <a href="variable-supports-30.xht">variable-supports-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a dimension token as the variable name. - </td> - </tr> - <tr id="variable-supports-31-3" class=""> - <td> - <a href="variable-supports-31.xht">variable-supports-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with white space surrounding the fallback comma. - </td> - </tr> - <tr id="variable-supports-32-3" class=""> - <td> - <a href="variable-supports-32.xht">variable-supports-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a passing non-custom shorthand property declaration in an @supports rule whose value contains a variable reference. - </td> - </tr> - <tr id="variable-supports-64-3" class=""> - <td> - <a href="variable-supports-64.xht">variable-supports-64</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test a failing custom property declaration in an @supports rule whose value is a variable reference with a dimension token as the variable name. - </td> - </tr> - </tbody> - <tbody id="s3.#example-3ab19e31"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.#example-8bfb9889"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.#example-f2f9ca03"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.#funcdef-var"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.#substitute-a-var"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.1"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s3.1">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#invalid-variables">3.1 Invalid Variables</a></th></tr> - <!-- 2 tests --> - <tr id="variable-declaration-51-3.1" class=""> - <td> - <a href="variable-declaration-51.xht">variable-declaration-51</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a variable that consists of a reference to an invalid inherited variable. - </td> - </tr> - <tr id="variable-reference-02-3.1" class=""> - <td> - <a href="variable-reference-02.xht">variable-reference-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td></td> - <td>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. - </td> - </tr> - </tbody> - <tbody id="s3.1.#example-6f7427c9"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.1.#invalid-at-computed-value-time"> - <!-- 0 tests --> - </tbody> - <tbody id="s3.2"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s3.2">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#variables-in-shorthands">3.2 Variables in Shorthand Properties</a></th></tr> - <!-- 5 tests --> - <tr id="variable-reference-36-3.2" class=""> - <td> - <a href="variable-reference-36.xht">variable-reference-36</a></td> - <td><a href="reference/variable-reference-36-ref.xht">=</a> </td> - <td></td> - <td>Test declaring a non-custom shorthand property containing a variable reference. - </td> - </tr> - <tr id="variable-reference-37-3.2" class=""> - <td> - <a href="variable-reference-37.xht">variable-reference-37</a></td> - <td><a href="reference/variable-reference-37-ref.xht">=</a> </td> - <td></td> - <td>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. - </td> - </tr> - <tr id="variable-reference-38-3.2" class=""> - <td> - <a href="variable-reference-38.xht">variable-reference-38</a></td> - <td><a href="reference/variable-reference-38-ref.xht">=</a> </td> - <td></td> - <td>Test using variables in overlapping shorthands. - </td> - </tr> - <tr id="vars-background-shorthand-001-3.2" class="primary"> - <td><strong> - <a href="vars-background-shorthand-001.xht">vars-background-shorthand-001</a></strong></td> - <td><a href="reference/vars-background-shorthand-001-ref.xht">=</a> </td> - <td></td> - <td>CSS Variables 1: Test variables in background shorthand. - </td> - </tr> - <tr id="vars-font-shorthand-001-3.2" class="primary ahem"> - <td><strong> - <a href="vars-font-shorthand-001.xht">vars-font-shorthand-001</a></strong></td> - <td><a href="reference/vars-font-shorthand-001-ref.xht">=</a> </td> - <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - <td>CSS Variables 1: Test variables in @font-face, font-family, font shorthand. - </td> - </tr> - </tbody> - <tbody id="s3.2.#pending-substitution-value"> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-4.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-4.xht deleted file mode 100644 index f10cf7d6086..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-4.xht +++ /dev/null @@ -1,45 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>APIs - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>APIs (0 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s4"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s4">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#apis">4 APIs</a></th></tr> - <!-- 0 tests --> - </tbody> - <tbody id="s4.1"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s4.1">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#serializing-custom-props">4.1 Serializing Custom Properties</a></th></tr> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-5.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-5.xht deleted file mode 100644 index 06e304a65d3..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-5.xht +++ /dev/null @@ -1,39 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Changes since the May 6 2014 Last Call Working Draft - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Changes since the May 6 2014 Last Call Working Draft (0 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s5"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s5">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#changes">5 Changes since the May 6 2014 Last Call Working Draft</a></th></tr> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-6.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-6.xht deleted file mode 100644 index 845ff71527d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/chapter-6.xht +++ /dev/null @@ -1,144 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>Acknowledgments - CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Acknowledgments (0 tests)</h2> - <table width="100%"> - <col id="test-column"></col> - <col id="refs-column"></col> - <col id="flags-column"></col> - <col id="info-column"></col> - <thead> - <tr> - <th>Test</th> - <th><abbr title="Rendering References">Refs</abbr></th> - <th>Flags</th> - <th>Info</th> - </tr> - </thead> - <tbody id="s6"> - <tr><th colspan="4" scope="rowgroup"> - <a href="#s6">+</a> - <a href="https://www.w3.org/TR/css-variables-1/#acks">6 Acknowledgments</a></th></tr> - <!-- 0 tests --> - </tbody> - <tbody id="s.#abstract"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#conformance"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#contents"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#index"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#property-index"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#references"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#status"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#subtitle"> - <!-- 0 tests --> - </tbody> - <tbody id="s.#title"> - <!-- 0 tests --> - </tbody> - <tbody id="sconform-responsible.#conform-future-proofing"> - <!-- 0 tests --> - </tbody> - <tbody id="sconform-responsible.#conform-partial"> - <!-- 0 tests --> - </tbody> - <tbody id="sconform-responsible.#conform-testing"> - <!-- 0 tests --> - </tbody> - <tbody id="sconformance.#conform-classes"> - <!-- 0 tests --> - </tbody> - <tbody id="sconformance.#conform-responsible"> - <!-- 0 tests --> - </tbody> - <tbody id="sconformance.#cr-exit-criteria"> - <!-- 0 tests --> - </tbody> - <tbody id="sconformance.#document-conventions"> - <!-- 0 tests --> - </tbody> - <tbody id="sdocument-conventions.#example-a13d9f9a"> - <!-- 0 tests --> - </tbody> - <tbody id="sindex.#index-defined-elsewhere"> - <!-- 0 tests --> - </tbody> - <tbody id="sindex.#index-defined-here"> - <!-- 0 tests --> - </tbody> - <tbody id="sinformative.#biblio-css-backgrounds-3"> - <!-- 0 tests --> - </tbody> - <tbody id="sinformative.#biblio-css-color-3"> - <!-- 0 tests --> - </tbody> - <tbody id="sinformative.#biblio-css-extensions"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css-animations-1"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css-cascade-4"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css-conditional-3"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css-syntax-3"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css-values-3"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-css21"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-cssom"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-dom"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-rfc2119"> - <!-- 0 tests --> - </tbody> - <tbody id="snormative.#biblio-selectors-4"> - <!-- 0 tests --> - </tbody> - <tbody id="sreferences.#informative"> - <!-- 0 tests --> - </tbody> - <tbody id="sreferences.#normative"> - <!-- 0 tests --> - </tbody> - <tbody id="sstatus.#w3c_process_revision"> - <!-- 0 tests --> - </tbody> - </table> - - </body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-case-sensitive-001.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-case-sensitive-001.xht deleted file mode 100644 index dd06c41a7ea..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-case-sensitive-001.xht +++ /dev/null @@ -1,37 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Variables Test: custom property names are case-sensitive</title> - <meta charset="UTF-8" /> - <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins" /> - <link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> - <meta content="Custom property names are case-sensitive" name="assert" /> - <link href="reference/css-vars-custom-property-case-sensitive-ref.xht" rel="match" /> - <style type="text/css"> - :root { - --veryblue: #22e; - --AlsoBlue: #22e; - - --veryred: #f00; - --AlsoRed: #f00; - } - - /* These match the case of the declarations */ - .blue-good-1 { color: var(--veryblue); } - .blue-good-2 { color: var(--AlsoBlue); } - - /* These DO NOT match the case of the declarations */ - .red-bad-1 { color: var(--VeryRed); } - .red-bad-2 { color: var(--alsored); } - </style> -</head> -<body> - <h2 class="blue-good-1">Valid CSS Variable Names</h2> - <p class="blue-good-1">This paragraph is styled using a valid CSS Variable name. It should be blue.</p> - <p class="blue-good-2">This paragraph is styled using a valid CSS Variable name. It should be blue.</p> - <br /> - <h2 class="red-bad-1">Invalid CSS Variable Names</h2> - <p class="red-bad-1">This paragraph is styled using an invalid CSS Variable name. Fail if red.</p> - <p class="red-bad-2">This paragraph is styled using an invalid CSS Variable name. Fail if red.</p> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-inheritance.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-inheritance.xht deleted file mode 100644 index 23bc29978e9..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/css-vars-custom-property-inheritance.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <meta charset="utf-8" /> - <title>CSS Variables Test: custom properties use normal inheritance and cascade rules</title> - <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins" /> - <link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> - <meta content="custom properties are resolved with the normal inheritance and cascade rules" name="assert" /> - <link href="reference/css-vars-custom-property-inheritance-ref.xht" rel="match" /> - <style type="text/css"> - - /* test cascade importance */ - :root { --color: #1c1 !important; } - :root { --color: red; } - - /* test cascade order */ - * { color: red; } - - /* test cascade order */ - * { color: var(--color); } - - </style> -</head> -<body> - <p>Green</p> - <p>Green</p> - <p>Green</p> - <p>The test passes if everything is green. Any red means the test failed.</p> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-case-sensitive-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-case-sensitive-ref.xht deleted file mode 100644 index 7a6536a0cf7..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-case-sensitive-ref.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Variables Test: custom property names are case-sensitive</title> - <meta charset="UTF-8" /> - <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins" /> - <style type="text/css"> - .blue-good-1 { color: #22e; } - .blue-good-2 { color: #22e; } - </style> -</head> -<body> - <h2 class="blue-good-1">Valid CSS Variable Names</h2> - <p class="blue-good-1">This paragraph is styled using a valid CSS Variable name. It should be blue.</p> - <p class="blue-good-2">This paragraph is styled using a valid CSS Variable name. It should be blue.</p> - <br /> - <h2>Invalid CSS Variable Names</h2> - <p>This paragraph is styled using an invalid CSS Variable name. Fail if red.</p> - <p>This paragraph is styled using an invalid CSS Variable name. Fail if red.</p> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-inheritance-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-inheritance-ref.xht deleted file mode 100644 index 34f8cec9571..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/css-vars-custom-property-inheritance-ref.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <meta charset="utf-8" /> - <title>CSS Variables Test: custom properties use normal inheritance and cascade rules</title> - <link href="mailto:noahcollins@gmail.com" rel="author" title="Noah Collins" /> - <style type="text/css"> - * { color: #1c1; } - </style> -</head> -<body> - <p>Green</p> - <p>Green</p> - <p>Green</p> - <p>The test passes if everything is green. Any red means the test failed.</p> - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf Binary files differdeleted file mode 100644 index ac81cb03165..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/Ahem.ttf +++ /dev/null diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css deleted file mode 100644 index 82ee466791e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/ahem.css +++ /dev/null @@ -1,4 +0,0 @@ -@font-face { - font-family: "Ahem"; - src: url(./Ahem.ttf); -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html deleted file mode 100644 index 628466d5c2a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.html +++ /dev/null @@ -1,13 +0,0 @@ -<!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 { - color: green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht deleted file mode 100644 index 9165afafe48..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/color-green-ref.xht +++ /dev/null @@ -1,13 +0,0 @@ -<!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 { - color: green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css deleted file mode 100644 index 9ba1b9d3288..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-declaration.css +++ /dev/null @@ -1,5 +0,0 @@ -p { - color: red; - --a: green; - color: var(--a); -} 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 deleted file mode 100644 index 87f0609ba3d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-font-face.css +++ /dev/null @@ -1,15 +0,0 @@ -@font-face { - --a: MyTestFontName; - font-family: var(--a); - src: url(./Ahem.ttf); -} -@font-face { - font-family: MyTestFontName2; - src: url(./Ahem.ttf); -} -#a { - font-family: MyTestFontName, serif; -} -#b { - font-family: MyTestFontName2, serif; -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css deleted file mode 100644 index 0c697fdcf91..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-reference.css +++ /dev/null @@ -1,6 +0,0 @@ -:root { - --a: green; -} -p { - color: var(--a); -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css deleted file mode 100644 index 96582bfd8f1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/support/external-variable-supports.css +++ /dev/null @@ -1,4 +0,0 @@ -body { color: red; } -@supports (color:var(--a)) { - p { color: green; } -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-15-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-15-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-15-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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" /> -<style> -p { - font-family: Ahem, sans-serif; -} -</style> -</head><body><p>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-declaration-16-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-16-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-16-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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" /> -<style> -p { - font-family: Ahem, sans-serif; -} -</style> -</head><body><p>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-declaration-17-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-17-ref.xht deleted file mode 100644 index 4975a0fc990..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-17-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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" /> -<style> -p { - font-family: SomeUnknownFont, Ahem; -} -</style> -</head><body><p>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-declaration-18-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-18-ref.xht deleted file mode 100644 index 37b7d94cbe5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-declaration-18-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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" /> -<style> -p { - font-family: Ahem, sans-serif; -} -</style> -</head><body><p>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-external-font-face-01-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-external-font-face-01-ref.xht +++ /dev/null @@ -1,11 +0,0 @@ -<!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 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 deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-01-ref.xht +++ /dev/null @@ -1,11 +0,0 @@ -<!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 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 deleted file mode 100644 index 9ba4cdc6f74..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-font-face-02-ref.xht +++ /dev/null @@ -1,11 +0,0 @@ -<!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 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-reference-12-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-12-ref.xht deleted file mode 100644 index 4918651e284..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-12-ref.xht +++ /dev/null @@ -1,9 +0,0 @@ -<!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" /> -</head><body><p>The words "hello there" must appear below:</p> -<p>hello there</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-36-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-36-ref.xht deleted file mode 100644 index 5664c388e2b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-36-ref.xht +++ /dev/null @@ -1,14 +0,0 @@ -<!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 { - background-color: green; - color: white; -} -</style> -</head><body><p>This text must have a green background color.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-37-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-37-ref.xht deleted file mode 100644 index 5664c388e2b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-37-ref.xht +++ /dev/null @@ -1,14 +0,0 @@ -<!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 { - background-color: green; - color: white; -} -</style> -</head><body><p>This text must have a green background color.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-38-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-38-ref.xht deleted file mode 100644 index 5ef35377112..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-38-ref.xht +++ /dev/null @@ -1,14 +0,0 @@ -<!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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-40-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-40-ref.xht deleted file mode 100644 index e7fa9bf1db5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-40-ref.xht +++ /dev/null @@ -1,14 +0,0 @@ -<!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 { - border: 2px solid transparent; - border-image: linear-gradient(to right, orange, blue) 1 1; -} -</style> -</head><body><p>This paragraph must have an orange/blue gradient border.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-without-whitespace-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-without-whitespace-ref.xht deleted file mode 100644 index 7baee19a429..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/variable-reference-without-whitespace-ref.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Variable reference without whitespace - reference</title> -<link href="http://exyr.org/about/" rel="author" title="Simon Sapin" /> -</head><body><p>The next four lines must be identical, containing only zeroes: -</p><p>0 0 0 -</p><p>0 0 0 -</p><p>0 0 0 -</p><p>0 0 0 - -</p><p>The next four lines must be identical, containing increasing integers: -</p><p>1 2 3 -</p><p>1 2 3 -</p><p>1 2 3 -</p><p>1 2 3 -</p></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-background-shorthand-001-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-background-shorthand-001-ref.xht deleted file mode 100644 index 2602ee11ffa..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-background-shorthand-001-ref.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Variables 1: Test variables in background shorthand.</title> -<link href="mailto:lea@verou.me" rel="author" title="Lea Verou" /> -<style> -div { - width: 50px; - height: 50px; - padding: 50px; - margin: 10px; - display: inline-block; - background: green; -} -</style> -</head><body><p>Test passes if you see four green squares, and no red.</p> -<div id="d1"></div> -<div id="d2"></div> -<div id="d3"></div> -<div id="d4"></div> - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-font-shorthand-001-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-font-shorthand-001-ref.xht deleted file mode 100644 index ebba5f572f5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reference/vars-font-shorthand-001-ref.xht +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title> -<link href="mailto:lea@verou.me" rel="author" title="Lea Verou" /> -<style> - - - -div { - width: 150px; - height: 150px; - margin: 10px; - display: inline-block; - vertical-align: middle; - background: green; - text-align: center; - color: green; - overflow: hidden; -} - -</style> -</head><body><p>Test passes if you see six green squares, and no red.</p> -<div id="d1">X</div> -<div id="d2">X</div> -<div id="d3">X</div> -<div id="d4">X</div> -<div id="d5">X</div> -<div id="d6">X</div> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest-toc.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest-toc.xht deleted file mode 100644 index e1a9891e02f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest-toc.xht +++ /dev/null @@ -1,1446 +0,0 @@ - - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Custom Properties Level 1 CR Test Suite Reftest Index</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> - - <body> - - <h1>CSS Custom Properties Level 1 CR Test Suite Reftest Index</h1> - <table width="100%"> - <col id="test-column"></col> - <col id="ref-column"></col> - <col id="flags-column"></col> - <thead> - <tr> - <th>Test</th> - <th>Reference</th> - <th>Flags</th> - </tr> - </thead> - <tbody id="css-vars-custom-property-case-sensitive-001" class=""> - <tr> - <td rowspan="1" title="custom property names are case-sensitive"> - <a href="css-vars-custom-property-case-sensitive-001.xht">css-vars-custom-property-case-sensitive-001</a></td> - <td><a href="reference/css-vars-custom-property-case-sensitive-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="css-vars-custom-property-inheritance" class=""> - <tr> - <td rowspan="1" title="custom properties use normal inheritance and cascade rules"> - <a href="css-vars-custom-property-inheritance.xht">css-vars-custom-property-inheritance</a></td> - <td><a href="reference/css-vars-custom-property-inheritance-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-01" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable consisting of a single token preceded by white space."> - <a href="variable-declaration-01.xht">variable-declaration-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-02" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable consisting of a single token with no preceding white space."> - <a href="variable-declaration-02.xht">variable-declaration-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-03" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that references another variable."> - <a href="variable-declaration-03.xht">variable-declaration-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-04" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable consisting of a variable reference followed by white space."> - <a href="variable-declaration-04.xht">variable-declaration-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-05" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable consisting of a variable reference that includes white space around the variable name."> - <a href="variable-declaration-05.xht">variable-declaration-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-06" class=""> - <tr> - <td rowspan="1" title="Test overriding an existing variable declaration."> - <a href="variable-declaration-06.xht">variable-declaration-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-07" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to a variable reference having no tokens in its fallback."> - <a href="variable-declaration-07.xht">variable-declaration-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-08" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a variable reference whose fallback is white space."> - <a href="variable-declaration-08.xht">variable-declaration-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-09" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to a variable reference having only a comment in its fallback."> - <a href="variable-declaration-09.xht">variable-declaration-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-10" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a variable reference with a fallback that includes a comment and an identifier."> - <a href="variable-declaration-10.xht">variable-declaration-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-11" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to a variable reference having a '!' token at the top level of its fallback."> - <a href="variable-declaration-11.xht">variable-declaration-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-12" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to a variable reference having a ';' token at the top level of its fallback."> - <a href="variable-declaration-12.xht">variable-declaration-12</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-13" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to a variable reference having "!important" the top level of its fallback."> - <a href="variable-declaration-13.xht">variable-declaration-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-14" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a variable reference and a following identifier with no intervening white space."> - <a href="variable-declaration-14.xht">variable-declaration-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-15" class="ahem"> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a comma-separated font family list."> - <a href="variable-declaration-15.xht">variable-declaration-15</a></td> - <td><a href="reference/variable-declaration-15-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-declaration-16" class="ahem"> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a comma-separated font family list with the first item being a variable reference."> - <a href="variable-declaration-16.xht">variable-declaration-16</a></td> - <td><a href="reference/variable-declaration-16-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-declaration-17" class="ahem"> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a comma-separated font family list with the last item being a variable reference."> - <a href="variable-declaration-17.xht">variable-declaration-17</a></td> - <td><a href="reference/variable-declaration-17-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-declaration-18" class="ahem"> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference."> - <a href="variable-declaration-18.xht">variable-declaration-18</a></td> - <td><a href="reference/variable-declaration-18-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-declaration-19" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a function where one of the arguments is a variable reference."> - <a href="variable-declaration-19.xht">variable-declaration-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-20" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with "!important"."> - <a href="variable-declaration-20.xht">variable-declaration-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-21" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a function where all of the arguments and commas are made up of variable references."> - <a href="variable-declaration-21.xht">variable-declaration-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-22" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a variable reference with a number of levels of variable reference fallbacks."> - <a href="variable-declaration-22.xht">variable-declaration-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-23" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to having two "!important" priorities."> - <a href="variable-declaration-23.xht">variable-declaration-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-24" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that contains a CDO token."> - <a href="variable-declaration-24.xht">variable-declaration-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-25" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that contains a CDC token."> - <a href="variable-declaration-25.xht">variable-declaration-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-26" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that contains only a white space token."> - <a href="variable-declaration-26.xht">variable-declaration-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-28" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with invalid syntax due to having no tokens."> - <a href="variable-declaration-28.xht">variable-declaration-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-29" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with a valid custom property name "--"."> - <a href="variable-declaration-29.xht">variable-declaration-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-30" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that contains a variable reference to itself."> - <a href="variable-declaration-30.xht">variable-declaration-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-31" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with a digit."> - <a href="variable-declaration-31.xht">variable-declaration-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-32" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with an escaped digit."> - <a href="variable-declaration-32.xht">variable-declaration-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-33" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with an escaped letter."> - <a href="variable-declaration-33.xht">variable-declaration-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-34" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with a lone surrogate."> - <a href="variable-declaration-34.xht">variable-declaration-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-35" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with U+FFFD."> - <a href="variable-declaration-35.xht">variable-declaration-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-36" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the variable name begins with an out-of-range Unicode character escape."> - <a href="variable-declaration-36.xht">variable-declaration-36</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-37" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable consisting of a variable reference where white space surrounds the comma separating the variable name and fallback."> - <a href="variable-declaration-37.xht">variable-declaration-37</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-38" class=""> - <tr> - <td rowspan="1" title="Test declaring two variables in the same declaration block that differ only in case, with lowercase first."> - <a href="variable-declaration-38.xht">variable-declaration-38</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-39" class=""> - <tr> - <td rowspan="1" title="Test declaring two variables in the same declaration block that differ only in case, with uppercase first."> - <a href="variable-declaration-39.xht">variable-declaration-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-40" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with an invalid custom property name due to it beginning with "VAR-"."> - <a href="variable-declaration-40.xht">variable-declaration-40</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-41" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the second '-' in the "--" prefix of the custom property name is escaped."> - <a href="variable-declaration-41.xht">variable-declaration-41</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-42" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable where the custom property name includes an unescaped Chinese character and an escape that is terminated by a space character."> - <a href="variable-declaration-42.xht">variable-declaration-42</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-43" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "initial"."> - <a href="variable-declaration-43.xht">variable-declaration-43</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-44" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "inherit" where there is no variable to inherit from."> - <a href="variable-declaration-44.xht">variable-declaration-44</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-45" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "inherit" where there is a variable to inherit from."> - <a href="variable-declaration-45.xht">variable-declaration-45</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-46" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "initial" where there is a variable to inherit from."> - <a href="variable-declaration-46.xht">variable-declaration-46</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-47" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value consists of a reference to a variable whose value is "inherit"."> - <a href="variable-declaration-47.xht">variable-declaration-47</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-48" class=""> - <tr> - <td rowspan="1" title="Test declaring a number of variables in a cycle."> - <a href="variable-declaration-48.xht">variable-declaration-48</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-49" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that is a dependent of a variable involved in a cycle but which itself is not involved in a cycle."> - <a href="variable-declaration-49.xht">variable-declaration-49</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-50" class=""> - <tr> - <td rowspan="1" title="Test declaring a number of variables in a chain, where the final element of the chain uses its fallback."> - <a href="variable-declaration-50.xht">variable-declaration-50</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-51" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a reference to an invalid inherited variable."> - <a href="variable-declaration-51.xht">variable-declaration-51</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-52" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of a reference to an inherited variable whose value was a variable reference that used its fallback."> - <a href="variable-declaration-52.xht">variable-declaration-52</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-53" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of two variable references without fallback and with no intervening white space."> - <a href="variable-declaration-53.xht">variable-declaration-53</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-54" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of two variable references with the first variable reference using fallback and with no intervening white space."> - <a href="variable-declaration-54.xht">variable-declaration-54</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-55" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that consists of two variable references with the second variable reference using fallback and with no intervening white space."> - <a href="variable-declaration-55.xht">variable-declaration-55</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-56" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "unset" where there is no variable to inherit from."> - <a href="variable-declaration-56.xht">variable-declaration-56</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-57" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value is "unset" where there is a variable to inherit from."> - <a href="variable-declaration-57.xht">variable-declaration-57</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-58" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable whose value consists of a reference to a variable whose value is "unset"."> - <a href="variable-declaration-58.xht">variable-declaration-58</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-59" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with a trailing invalid token."> - <a href="variable-declaration-59.xht">variable-declaration-59</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-declaration-60" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable with a value whose name is "initial" but using Turkish dotted/dotless 'i's."> - <a href="variable-declaration-60.xht">variable-declaration-60</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-external-declaration-01" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable in an external CSS file."> - <a href="variable-external-declaration-01.xht">variable-external-declaration-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-external-font-face-01" class="ahem"> - <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-external-font-face-01-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-external-reference-01" class=""> - <tr> - <td rowspan="1" title="Test the use of a variable in a non-custom property where the variable value is inherited within an external CSS."> - <a href="variable-external-reference-01.xht">variable-external-reference-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-external-supports-01" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference within an external stylesheet file."> - <a href="variable-external-supports-01.xht">variable-external-supports-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-font-face-01" class="ahem"> - <tr> - <td rowspan="1" title="Test the invalid declaration and use of a variable in an @font-face rule."> - <a href="variable-font-face-01.xht">variable-font-face-01</a></td> - <td><a href="reference/variable-font-face-01-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-font-face-02" class="ahem"> - <tr> - <td rowspan="1" title="Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element."> - <a href="variable-font-face-02.xht">variable-font-face-02</a></td> - <td><a href="reference/variable-font-face-02-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - <tbody id="variable-reference-01" class=""> - <tr> - <td rowspan="1" title="Test the use of a variable in a non-custom property where the variable value is inherited."> - <a href="variable-reference-01.xht">variable-reference-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-02" class=""> - <tr> - <td rowspan="1" title="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."> - <a href="variable-reference-02.xht">variable-reference-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-03" class=""> - <tr> - <td rowspan="1" title="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."> - <a href="variable-reference-03.xht">variable-reference-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-04" class=""> - <tr> - <td rowspan="1" title="Test the use of two variables in a non-custom property where one variable is inherited and the other references a non-existing variable with fallback that consists only of white space."> - <a href="variable-reference-04.xht">variable-reference-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-05" class=""> - <tr> - <td rowspan="1" title="Test the use of a variable in a non-custom property where the values contains no tokens other than the variable reference."> - <a href="variable-reference-05.xht">variable-reference-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-06" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains no tokens."> - <a href="variable-reference-06.xht">variable-reference-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-07" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level ';' token."> - <a href="variable-reference-07.xht">variable-reference-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-08" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level '!' token."> - <a href="variable-reference-08.xht">variable-reference-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-09" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with a variable reference that has a non-top level ';' token."> - <a href="variable-reference-09.xht">variable-reference-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-10" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with a variable reference that has a non-top level '!' token."> - <a href="variable-reference-10.xht">variable-reference-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-11" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains nothing but a comment."> - <a href="variable-reference-11.xht">variable-reference-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-12" class=""> - <tr> - <td rowspan="1" title="Test the use of variable references in the 'content' property."> - <a href="variable-reference-12.xht">variable-reference-12</a></td> - <td><a href="reference/variable-reference-12-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-13" class=""> - <tr> - <td rowspan="1" title="Test that important variable declarations are not overwritten by subsequent non-important variable declarations in the one declaration block."> - <a href="variable-reference-13.xht">variable-reference-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-14" class=""> - <tr> - <td rowspan="1" title="Test that important variable declarations cascade correctly."> - <a href="variable-reference-14.xht">variable-reference-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-15" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with two variable references with no intervening white space."> - <a href="variable-reference-15.xht">variable-reference-15</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-16" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that consists of a variable reference with a number of levels of variable reference fallbacks."> - <a href="variable-reference-16.xht">variable-reference-16</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-17" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that consists of a variable reference whose fallback contains a CDO token."> - <a href="variable-reference-17.xht">variable-reference-17</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-18" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference and balanced braces and square brackets."> - <a href="variable-reference-18.xht">variable-reference-18</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-19" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference and a non-top level ';' token."> - <a href="variable-reference-19.xht">variable-reference-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-20" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference whose function token is in uppercase."> - <a href="variable-reference-20.xht">variable-reference-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-21" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a reference to a variable whose name must be escaped."> - <a href="variable-reference-21.xht">variable-reference-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-22" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared and referenced using a lone surrogate."> - <a href="variable-reference-22.xht">variable-reference-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-23" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using a lone surrogate."> - <a href="variable-reference-23.xht">variable-reference-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-24" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using an out-of-range Unicode character escape."> - <a href="variable-reference-24.xht">variable-reference-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-25" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference with no fallback and which is implicitly closed due to EOF."> - <a href="variable-reference-25.xht">variable-reference-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-26" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference with white space before its comma and fallback consisting only of white space and which is implicitly closed due to EOF."> - <a href="variable-reference-26.xht">variable-reference-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-27" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference with fallback consisting only of white space and which is implicitly closed due to EOF."> - <a href="variable-reference-27.xht">variable-reference-27</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-28" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference whose fallback is a variable reference, both of which are implicitly closed due to EOF."> - <a href="variable-reference-28.xht">variable-reference-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-29" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property that contains a variable reference with no fallback, and whose variable name is followed by a comment, and where the comment and the variable reference are implicitly closed due to EOF."> - <a href="variable-reference-29.xht">variable-reference-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-30" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to containing two "!important" priorities."> - <a href="variable-reference-30.xht">variable-reference-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-31" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with a variable reference that has a digit after the "--" prefix."> - <a href="variable-reference-31.xht">variable-reference-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-32" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad string."> - <a href="variable-reference-32.xht">variable-reference-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-33" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed string due to EOF."> - <a href="variable-reference-33.xht">variable-reference-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-34" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad URL."> - <a href="variable-reference-34.xht">variable-reference-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-35" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed URL due to EOF."> - <a href="variable-reference-35.xht">variable-reference-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-36" class=""> - <tr> - <td rowspan="1" title="Test declaring a non-custom shorthand property containing a variable reference."> - <a href="variable-reference-36.xht">variable-reference-36</a></td> - <td><a href="reference/variable-reference-36-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-37" class=""> - <tr> - <td rowspan="1" title="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."> - <a href="variable-reference-37.xht">variable-reference-37</a></td> - <td><a href="reference/variable-reference-37-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-38" class=""> - <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-reference-38-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-39" class=""> - <tr> - <td rowspan="1" title="Test declaring a variable that references itself but uses fallback."> - <a href="variable-reference-39.xht">variable-reference-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-40" class=""> - <tr> - <td rowspan="1" title="Test that a variable reference within a gradient value in a border-image shorthand parses correctly."> - <a href="variable-reference-40.xht">variable-reference-40</a></td> - <td><a href="reference/variable-reference-40-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-reference-without-whitespace" class=""> - <tr> - <td rowspan="1" title="Variable reference without whitespace"> - <a href="variable-reference-without-whitespace.xht">variable-reference-without-whitespace</a></td> - <td><a href="reference/variable-reference-without-whitespace-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-01" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference and no white space tokens."> - <a href="variable-supports-01.xht">variable-supports-01</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-02" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a white space token followed by a variable reference."> - <a href="variable-supports-02.xht">variable-supports-02</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-03" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens."> - <a href="variable-supports-03.xht">variable-supports-03</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-04" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens and with white space surrounding the variable name."> - <a href="variable-supports-04.xht">variable-supports-04</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-05" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens."> - <a href="variable-supports-05.xht">variable-supports-05</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-06" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference with fallback that is only white space."> - <a href="variable-supports-06.xht">variable-supports-06</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-07" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens, just a comment."> - <a href="variable-supports-07.xht">variable-supports-07</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-08" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule where the property value contains a comment and an identifier."> - <a href="variable-supports-08.xht">variable-supports-08</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-09" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a '!' token at the top level of its fallback."> - <a href="variable-supports-09.xht">variable-supports-09</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-10" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having "!important" at the top level of its fallback."> - <a href="variable-supports-10.xht">variable-supports-10</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-11" class=""> - <tr> - <td rowspan="1" title="Test a passing 'color' property declaration in an @supports rule with a variable reference that comes after a non-color value."> - <a href="variable-supports-11.xht">variable-supports-11</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-12" class=""> - <tr> - <td rowspan="1" title="Test a passing 'color' property declaration in an @supports rule with a variable reference that comes before a non-color value."> - <a href="variable-supports-12.xht">variable-supports-12</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-13" class=""> - <tr> - <td rowspan="1" title="Test a passing 'color' property declaration in an @supports rule with a range of different tokens and a variable reference not at the top level."> - <a href="variable-supports-13.xht">variable-supports-13</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-14" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule with a variable reference and an "!important" priority."> - <a href="variable-supports-14.xht">variable-supports-14</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-15" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule with two adjacent variable references with no intervening white space."> - <a href="variable-supports-15.xht">variable-supports-15</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-16" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule with a variable reference that has a number of levels of variable reference fallbacks."> - <a href="variable-supports-16.xht">variable-supports-16</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-17" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule with two "!important" priorities."> - <a href="variable-supports-17.xht">variable-supports-17</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-18" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token."> - <a href="variable-supports-18.xht">variable-supports-18</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-19" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDC token."> - <a href="variable-supports-19.xht">variable-supports-19</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-20" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets."> - <a href="variable-supports-20.xht">variable-supports-20</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-21" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a ';' token at the top level of its fallback."> - <a href="variable-supports-21.xht">variable-supports-21</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-22" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token."> - <a href="variable-supports-22.xht">variable-supports-22</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-23" class=""> - <tr> - <td rowspan="1" title="Test a failing non-custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token."> - <a href="variable-supports-23.xht">variable-supports-23</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-24" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a non-top level ';' token in its fallback."> - <a href="variable-supports-24.xht">variable-supports-24</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-25" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference whose function token is in uppercase."> - <a href="variable-supports-25.xht">variable-supports-25</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-26" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a digit after the "--" variable name prefix."> - <a href="variable-supports-26.xht">variable-supports-26</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-27" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a variable name beginning with an escaped digit."> - <a href="variable-supports-27.xht">variable-supports-27</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-28" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an escaped lone surrogate."> - <a href="variable-supports-28.xht">variable-supports-28</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-29" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an out-of-range Unicode character escape."> - <a href="variable-supports-29.xht">variable-supports-29</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-30" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a dimension token as the variable name."> - <a href="variable-supports-30.xht">variable-supports-30</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-31" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with white space surrounding the fallback comma."> - <a href="variable-supports-31.xht">variable-supports-31</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-32" class=""> - <tr> - <td rowspan="1" title="Test a passing non-custom shorthand property declaration in an @supports rule whose value contains a variable reference."> - <a href="variable-supports-32.xht">variable-supports-32</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-33" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference."> - <a href="variable-supports-33.xht">variable-supports-33</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-34" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains white space and a variable reference."> - <a href="variable-supports-34.xht">variable-supports-34</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-35" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space."> - <a href="variable-supports-35.xht">variable-supports-35</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-36" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space with the variable name also surrounded by white space."> - <a href="variable-supports-36.xht">variable-supports-36</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-37" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens."> - <a href="variable-supports-37.xht">variable-supports-37</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-38" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting only of white space."> - <a href="variable-supports-38.xht">variable-supports-38</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-39" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens, just a comment."> - <a href="variable-supports-39.xht">variable-supports-39</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-40" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting of a comment and an identifier."> - <a href="variable-supports-40.xht">variable-supports-40</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-41" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level '!' token."> - <a href="variable-supports-41.xht">variable-supports-41</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-42" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level "!important"."> - <a href="variable-supports-42.xht">variable-supports-42</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-43" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a dimension followed by a variable reference."> - <a href="variable-supports-43.xht">variable-supports-43</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-44" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference followed bya dimension."> - <a href="variable-supports-44.xht">variable-supports-44</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-45" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a selection of tokens and a non-top level variable reference."> - <a href="variable-supports-45.xht">variable-supports-45</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-46" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference and an "!important" priority."> - <a href="variable-supports-46.xht">variable-supports-46</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-47" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains two adjacent variable references with no intervening white space."> - <a href="variable-supports-47.xht">variable-supports-47</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-48" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference with a number of levels of variable reference fallbacks."> - <a href="variable-supports-48.xht">variable-supports-48</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-49" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains two "!important" priorities."> - <a href="variable-supports-49.xht">variable-supports-49</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-50" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDO token."> - <a href="variable-supports-50.xht">variable-supports-50</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-51" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDC token."> - <a href="variable-supports-51.xht">variable-supports-51</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-52" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets."> - <a href="variable-supports-52.xht">variable-supports-52</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-53" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token in its fallback."> - <a href="variable-supports-53.xht">variable-supports-53</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-54" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token."> - <a href="variable-supports-54.xht">variable-supports-54</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-55" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains a variable reference and a top level ';' token in its fallback."> - <a href="variable-supports-55.xht">variable-supports-55</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-56" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains only a white space token."> - <a href="variable-supports-56.xht">variable-supports-56</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-57" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value contains no tokens."> - <a href="variable-supports-57.xht">variable-supports-57</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-58" class=""> - <tr> - <td rowspan="1" title="Test a passing property declaration in an @supports rule with property name "--"."> - <a href="variable-supports-58.xht">variable-supports-58</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-59" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value contains a variable reference to itself."> - <a href="variable-supports-59.xht">variable-supports-59</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-60" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule for a variable whose name is a digit."> - <a href="variable-supports-60.xht">variable-supports-60</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-61" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule for a variable whose name is a digit which is specified with an escape."> - <a href="variable-supports-61.xht">variable-supports-61</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-62" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an escaped lone surrogate."> - <a href="variable-supports-62.xht">variable-supports-62</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-63" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an out-of-range Unicode character escape."> - <a href="variable-supports-63.xht">variable-supports-63</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-64" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule whose value is a variable reference with a dimension token as the variable name."> - <a href="variable-supports-64.xht">variable-supports-64</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-65" class=""> - <tr> - <td rowspan="1" title="Test a passing custom property declaration in an @supports rule whose value is a variable reference with white space surrounding the fallback comma."> - <a href="variable-supports-65.xht">variable-supports-65</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-66" class=""> - <tr> - <td rowspan="1" title="Test a failing custom property declaration in an @supports rule where the property name begins with "VAR-"."> - <a href="variable-supports-66.xht">variable-supports-66</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="variable-supports-67" class=""> - <tr> - <td rowspan="1" title="Test a declaration for a custom property has an invalid value does not cause the @supports rule to fail to parse."> - <a href="variable-supports-67.xht">variable-supports-67</a></td> - <td><a href="support/color-green-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="vars-background-shorthand-001" class=""> - <tr> - <td rowspan="1" title="CSS Variables 1: Test variables in background shorthand."> - <a href="vars-background-shorthand-001.xht">vars-background-shorthand-001</a></td> - <td><a href="reference/vars-background-shorthand-001-ref.xht">=</a> </td> - <td rowspan="1"></td> - </tr> - </tbody> - <tbody id="vars-font-shorthand-001" class="ahem"> - <tr> - <td rowspan="1" title="CSS Variables 1: Test variables in @font-face, font-family, font shorthand."> - <a href="vars-font-shorthand-001.xht">vars-font-shorthand-001</a></td> - <td><a href="reference/vars-font-shorthand-001-ref.xht">=</a> </td> - <td rowspan="1"><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td> - </tr> - </tbody> - </table> - - </body> -</html> diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest.list b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest.list deleted file mode 100644 index 113d163a73a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/reftest.list +++ /dev/null @@ -1,178 +0,0 @@ - -css-vars-custom-property-case-sensitive-001.xht == reference/css-vars-custom-property-case-sensitive-ref.xht -css-vars-custom-property-inheritance.xht == reference/css-vars-custom-property-inheritance-ref.xht -variable-declaration-01.xht == support/color-green-ref.xht -variable-declaration-02.xht == support/color-green-ref.xht -variable-declaration-03.xht == support/color-green-ref.xht -variable-declaration-04.xht == support/color-green-ref.xht -variable-declaration-05.xht == support/color-green-ref.xht -variable-declaration-06.xht == support/color-green-ref.xht -variable-declaration-07.xht == support/color-green-ref.xht -variable-declaration-08.xht == support/color-green-ref.xht -variable-declaration-09.xht == support/color-green-ref.xht -variable-declaration-10.xht == support/color-green-ref.xht -variable-declaration-11.xht == support/color-green-ref.xht -variable-declaration-12.xht == support/color-green-ref.xht -variable-declaration-13.xht == support/color-green-ref.xht -variable-declaration-14.xht == support/color-green-ref.xht -variable-declaration-15.xht == reference/variable-declaration-15-ref.xht -variable-declaration-16.xht == reference/variable-declaration-16-ref.xht -variable-declaration-17.xht == reference/variable-declaration-17-ref.xht -variable-declaration-18.xht == reference/variable-declaration-18-ref.xht -variable-declaration-19.xht == support/color-green-ref.xht -variable-declaration-20.xht == support/color-green-ref.xht -variable-declaration-21.xht == support/color-green-ref.xht -variable-declaration-22.xht == support/color-green-ref.xht -variable-declaration-23.xht == support/color-green-ref.xht -variable-declaration-24.xht == support/color-green-ref.xht -variable-declaration-25.xht == support/color-green-ref.xht -variable-declaration-26.xht == support/color-green-ref.xht -variable-declaration-28.xht == support/color-green-ref.xht -variable-declaration-29.xht == support/color-green-ref.xht -variable-declaration-30.xht == support/color-green-ref.xht -variable-declaration-31.xht == support/color-green-ref.xht -variable-declaration-32.xht == support/color-green-ref.xht -variable-declaration-33.xht == support/color-green-ref.xht -variable-declaration-34.xht == support/color-green-ref.xht -variable-declaration-35.xht == support/color-green-ref.xht -variable-declaration-36.xht == support/color-green-ref.xht -variable-declaration-37.xht == support/color-green-ref.xht -variable-declaration-38.xht == support/color-green-ref.xht -variable-declaration-39.xht == support/color-green-ref.xht -variable-declaration-40.xht == support/color-green-ref.xht -variable-declaration-41.xht == support/color-green-ref.xht -variable-declaration-42.xht == support/color-green-ref.xht -variable-declaration-43.xht == support/color-green-ref.xht -variable-declaration-44.xht == support/color-green-ref.xht -variable-declaration-45.xht == support/color-green-ref.xht -variable-declaration-46.xht == support/color-green-ref.xht -variable-declaration-47.xht == support/color-green-ref.xht -variable-declaration-48.xht == support/color-green-ref.xht -variable-declaration-49.xht == support/color-green-ref.xht -variable-declaration-50.xht == support/color-green-ref.xht -variable-declaration-51.xht == support/color-green-ref.xht -variable-declaration-52.xht == support/color-green-ref.xht -variable-declaration-53.xht == support/color-green-ref.xht -variable-declaration-54.xht == support/color-green-ref.xht -variable-declaration-55.xht == support/color-green-ref.xht -variable-declaration-56.xht == support/color-green-ref.xht -variable-declaration-57.xht == support/color-green-ref.xht -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-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 -variable-font-face-02.xht == reference/variable-font-face-02-ref.xht -variable-reference-01.xht == support/color-green-ref.xht -variable-reference-02.xht == support/color-green-ref.xht -variable-reference-03.xht == support/color-green-ref.xht -variable-reference-04.xht == support/color-green-ref.xht -variable-reference-05.xht == support/color-green-ref.xht -variable-reference-06.xht == support/color-green-ref.xht -variable-reference-07.xht == support/color-green-ref.xht -variable-reference-08.xht == support/color-green-ref.xht -variable-reference-09.xht == support/color-green-ref.xht -variable-reference-10.xht == support/color-green-ref.xht -variable-reference-11.xht == support/color-green-ref.xht -variable-reference-12.xht == reference/variable-reference-12-ref.xht -variable-reference-13.xht == support/color-green-ref.xht -variable-reference-14.xht == support/color-green-ref.xht -variable-reference-15.xht == support/color-green-ref.xht -variable-reference-16.xht == support/color-green-ref.xht -variable-reference-17.xht == support/color-green-ref.xht -variable-reference-18.xht == support/color-green-ref.xht -variable-reference-19.xht == support/color-green-ref.xht -variable-reference-20.xht == support/color-green-ref.xht -variable-reference-21.xht == support/color-green-ref.xht -variable-reference-22.xht == support/color-green-ref.xht -variable-reference-23.xht == support/color-green-ref.xht -variable-reference-24.xht == support/color-green-ref.xht -variable-reference-25.xht == support/color-green-ref.xht -variable-reference-26.xht == support/color-green-ref.xht -variable-reference-27.xht == support/color-green-ref.xht -variable-reference-28.xht == support/color-green-ref.xht -variable-reference-29.xht == support/color-green-ref.xht -variable-reference-30.xht == support/color-green-ref.xht -variable-reference-31.xht == support/color-green-ref.xht -variable-reference-32.xht == support/color-green-ref.xht -variable-reference-33.xht == support/color-green-ref.xht -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-reference-38-ref.xht -variable-reference-39.xht == support/color-green-ref.xht -variable-reference-40.xht == reference/variable-reference-40-ref.xht -variable-reference-without-whitespace.xht == reference/variable-reference-without-whitespace-ref.xht -variable-supports-01.xht == support/color-green-ref.xht -variable-supports-02.xht == support/color-green-ref.xht -variable-supports-03.xht == support/color-green-ref.xht -variable-supports-04.xht == support/color-green-ref.xht -variable-supports-05.xht == support/color-green-ref.xht -variable-supports-06.xht == support/color-green-ref.xht -variable-supports-07.xht == support/color-green-ref.xht -variable-supports-08.xht == support/color-green-ref.xht -variable-supports-09.xht == support/color-green-ref.xht -variable-supports-10.xht == support/color-green-ref.xht -variable-supports-11.xht == support/color-green-ref.xht -variable-supports-12.xht == support/color-green-ref.xht -variable-supports-13.xht == support/color-green-ref.xht -variable-supports-14.xht == support/color-green-ref.xht -variable-supports-15.xht == support/color-green-ref.xht -variable-supports-16.xht == support/color-green-ref.xht -variable-supports-17.xht == support/color-green-ref.xht -variable-supports-18.xht == support/color-green-ref.xht -variable-supports-19.xht == support/color-green-ref.xht -variable-supports-20.xht == support/color-green-ref.xht -variable-supports-21.xht == support/color-green-ref.xht -variable-supports-22.xht == support/color-green-ref.xht -variable-supports-23.xht == support/color-green-ref.xht -variable-supports-24.xht == support/color-green-ref.xht -variable-supports-25.xht == support/color-green-ref.xht -variable-supports-26.xht == support/color-green-ref.xht -variable-supports-27.xht == support/color-green-ref.xht -variable-supports-28.xht == support/color-green-ref.xht -variable-supports-29.xht == support/color-green-ref.xht -variable-supports-30.xht == support/color-green-ref.xht -variable-supports-31.xht == support/color-green-ref.xht -variable-supports-32.xht == support/color-green-ref.xht -variable-supports-33.xht == support/color-green-ref.xht -variable-supports-34.xht == support/color-green-ref.xht -variable-supports-35.xht == support/color-green-ref.xht -variable-supports-36.xht == support/color-green-ref.xht -variable-supports-37.xht == support/color-green-ref.xht -variable-supports-38.xht == support/color-green-ref.xht -variable-supports-39.xht == support/color-green-ref.xht -variable-supports-40.xht == support/color-green-ref.xht -variable-supports-41.xht == support/color-green-ref.xht -variable-supports-42.xht == support/color-green-ref.xht -variable-supports-43.xht == support/color-green-ref.xht -variable-supports-44.xht == support/color-green-ref.xht -variable-supports-45.xht == support/color-green-ref.xht -variable-supports-46.xht == support/color-green-ref.xht -variable-supports-47.xht == support/color-green-ref.xht -variable-supports-48.xht == support/color-green-ref.xht -variable-supports-49.xht == support/color-green-ref.xht -variable-supports-50.xht == support/color-green-ref.xht -variable-supports-51.xht == support/color-green-ref.xht -variable-supports-52.xht == support/color-green-ref.xht -variable-supports-53.xht == support/color-green-ref.xht -variable-supports-54.xht == support/color-green-ref.xht -variable-supports-55.xht == support/color-green-ref.xht -variable-supports-56.xht == support/color-green-ref.xht -variable-supports-57.xht == support/color-green-ref.xht -variable-supports-58.xht == support/color-green-ref.xht -variable-supports-59.xht == support/color-green-ref.xht -variable-supports-60.xht == support/color-green-ref.xht -variable-supports-61.xht == support/color-green-ref.xht -variable-supports-62.xht == support/color-green-ref.xht -variable-supports-63.xht == support/color-green-ref.xht -variable-supports-64.xht == support/color-green-ref.xht -variable-supports-65.xht == support/color-green-ref.xht -variable-supports-66.xht == support/color-green-ref.xht -variable-supports-67.xht == support/color-green-ref.xht -vars-background-shorthand-001.xht == reference/vars-background-shorthand-001-ref.xht -vars-font-shorthand-001.xht == reference/vars-font-shorthand-001-ref.xht diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/Ahem.ttf b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/Ahem.ttf Binary files differdeleted file mode 100644 index ac81cb03165..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/Ahem.ttf +++ /dev/null diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/ahem.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/ahem.css deleted file mode 100644 index 82ee466791e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/ahem.css +++ /dev/null @@ -1,4 +0,0 @@ -@font-face { - font-family: "Ahem"; - src: url(./Ahem.ttf); -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.html b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.html deleted file mode 100644 index 628466d5c2a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.html +++ /dev/null @@ -1,13 +0,0 @@ -<!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 { - color: green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.xht deleted file mode 100644 index 9165afafe48..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/color-green-ref.xht +++ /dev/null @@ -1,13 +0,0 @@ -<!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 { - color: green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-declaration.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-declaration.css deleted file mode 100644 index 9ba1b9d3288..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-declaration.css +++ /dev/null @@ -1,5 +0,0 @@ -p { - color: red; - --a: green; - color: var(--a); -} 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 deleted file mode 100644 index 87f0609ba3d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-font-face.css +++ /dev/null @@ -1,15 +0,0 @@ -@font-face { - --a: MyTestFontName; - font-family: var(--a); - src: url(./Ahem.ttf); -} -@font-face { - font-family: MyTestFontName2; - src: url(./Ahem.ttf); -} -#a { - font-family: MyTestFontName, serif; -} -#b { - font-family: MyTestFontName2, serif; -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-reference.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-reference.css deleted file mode 100644 index 0c697fdcf91..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-reference.css +++ /dev/null @@ -1,6 +0,0 @@ -:root { - --a: green; -} -p { - color: var(--a); -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-supports.css b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-supports.css deleted file mode 100644 index 96582bfd8f1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/support/external-variable-supports.css +++ /dev/null @@ -1,4 +0,0 @@ -body { color: red; } -@supports (color:var(--a)) { - p { color: green; } -} diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/test_variable_legal_values.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/test_variable_legal_values.xht deleted file mode 100644 index 13aa4d72942..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/test_variable_legal_values.xht +++ /dev/null @@ -1,122 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head> - <title>CSS Variables Allowed Syntax</title> - <link href="https://dbaron.org/" rel="author" title="L. David Baron" /> - <link href="http://mozilla.com/" rel="author" title="Mozilla Corporation" /> - <link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> - <meta content='The <value> type used in the syntax above is defined as anything matching the "value" production in CSS 2.1 Chapter 4.1 [CSS21].' name="assert" /> - <script src="/resources/testharness.js"></script> - <script src="/resources/testharnessreport.js"></script> -<style id="style"></style> -<script id="metadata_cache">/* -{ - "percentage": { "assert": "Value allowed within variable: percentage" }, - "number": { "assert": "Value allowed within variable: number" }, - "length": { "assert": "Value allowed within variable: length" }, - "time": { "assert": "Value allowed within variable: time" }, - "function": { "assert": "Value allowed within variable: function" }, - "nested_function": { "assert": "Value allowed within variable: nested function" }, - "parentheses": { "assert": "Value allowed within variable: parentheses" }, - "braces": { "assert": "Value allowed within variable: braces" }, - "brackets": { "assert": "Value allowed within variable: brackets" }, - "at_keyword_unknown": { "assert": "Value allowed within variable: at-keyword (unknown)" }, - "at_keyword_known": { "assert": "Value allowed within variable: at-keyword (known)" }, - "at_keyword_unknown_and_block": { "assert": "Value allowed within variable: at-keyword (unknown) and block" }, - "at_keyword_known_and_block": { "assert": "Value allowed within variable: at-keyword (known) and block" }, - "unbalanced_close_bracket_at_toplevel": { "assert": "Value not allowed within variable: unbalanced close bracket at toplevel" }, - "unbalanced_close_paren_at_toplevel": { "assert": "Value not allowed within variable: unbalanced close paren at toplevel" }, - "unbalanced_close_bracket_in_something_balanced": { "assert": "Value not allowed within variable: unbalanced close bracket in something balanced" }, - "unbalanced_close_paren_in_something_balanced": { "assert": "Value not allowed within variable: unbalanced close paren in something balanced" }, - "unbalanced_close_brace_in_something_balanced": { "assert": "Value not allowed within variable: unbalanced close brace in something balanced" }, - "CDO_at_top_level": { "assert": "Value allowed within variable: CDO at top level" }, - "CDC_at_top_level": { "assert": "Value allowed within variable: CDC at top level" }, - "semicolon_not_at_top_level_value_unused": { "assert": "Value allowed within variable: semicolon not at top level (value -> unused)" }, - "CDO_not_at_top_level_value_unused": { "assert": "Value allowed within variable: CDO not at top level (value -> unused)" }, - "CDC_not_at_top_level_value_unused": { "assert": "Value allowed within variable: CDC not at top level (value -> unused)" } -} -*/</script> -</head> -<body onload="run()"> -<div id="log"></div> -<div id="test"></div> -<script> -setup({ "explicit_done": true }); - -function run() { - // Setup the iframe - var style = document.getElementById("style"); - var styleText = document.createTextNode(""); - style.appendChild(styleText); - var test_cs = window.getComputedStyle(document.getElementById("test"), ""); - - var initial_cs = test_cs.backgroundColor; - styleText.data = "#test { background-color: green }"; - var green_cs = test_cs.backgroundColor; - styleText.data = "#test { background-color: red }"; - var red_cs = test_cs.backgroundColor; - - function description_to_name(description) { - return description.replace(/\W+/g, "_").replace(/^_/, "").replace(/_$/, ""); - } - - function assert_allowed_variable_value(value, description) { - test(function() { - styleText.data = "#test { \n" + - " --test: red;\n" + - " --test: " + value + ";\n" + - " background-color: red;\n" + - " background-color: var(--test);\n" + - "}"; - assert_not_equals(initial_cs, red_cs); - assert_equals(initial_cs, test_cs.backgroundColor); - }, - description_to_name(description), - { assert: "Value allowed within variable: " + description }); - } - - function assert_disallowed_balanced_variable_value(value, description) { - test(function() { - styleText.data = "#test { \n" + - " --test: green;\n" + - " --test: " + value + ";\n" + - " background-color: red;\n" + - " background-color: var(--test);\n" + - "}"; - assert_not_equals(green_cs, red_cs); - assert_equals(green_cs, test_cs.backgroundColor); - }, - description_to_name(description), - { assert: "Value not allowed within variable: " + description }); - } - - assert_allowed_variable_value("25%", "percentage"); - assert_allowed_variable_value("37", "number"); - assert_allowed_variable_value("12em", "length"); - assert_allowed_variable_value("75ms", "time"); - assert_allowed_variable_value("foo()", "function"); - assert_allowed_variable_value("foo(bar())", "nested function"); - assert_allowed_variable_value("( )", "parentheses"); - assert_allowed_variable_value("{ }", "braces"); - assert_allowed_variable_value("[ ]", "brackets"); - assert_allowed_variable_value("@foobar", "at-keyword (unknown)"); - assert_allowed_variable_value("@media", "at-keyword (known)"); - assert_allowed_variable_value("@foobar {}", "at-keyword (unknown) and block"); - assert_allowed_variable_value("@media {}", "at-keyword (known) and block"); - assert_disallowed_balanced_variable_value("]", "unbalanced close bracket at toplevel"); - assert_disallowed_balanced_variable_value(")", "unbalanced close paren at toplevel"); - assert_disallowed_balanced_variable_value("(])", "unbalanced close bracket in something balanced"); - assert_disallowed_balanced_variable_value("[)]", "unbalanced close paren in something balanced"); - assert_disallowed_balanced_variable_value("(})", "unbalanced close brace in something balanced"); - assert_allowed_variable_value("<!--", "CDO at top level"); - assert_allowed_variable_value("-->", "CDC at top level"); - assert_allowed_variable_value("(;)", "semicolon not at top level (value -> unused)"); - assert_allowed_variable_value("(<!--)", "CDO not at top level (value -> unused)"); - assert_allowed_variable_value("(-->)", "CDC not at top level (value -> unused)"); - - done(); -} - -</script> - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/toc.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/toc.xht deleted file mode 100644 index 15ff75f9125..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/toc.xht +++ /dev/null @@ -1,54 +0,0 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> - <head> - <title>CSS Custom Properties Level 1 CR Test Suite</title> - <style type="text/css"> - @import "http://www.w3.org/StyleSheets/TR/base.css"; - @import "../indices.css"; - </style> - </head> -<body> - <h1>CSS Custom Properties Level 1 CR Test Suite By Chapter</h1> - - <p>This index contains both - <a href="http://wiki.csswg.org/test/selftest">self-describing tests</a> - and reftests. - A separate <a href="reftest-toc.xht">alphabetical reftest index</a> - is provided for tests in <a href="http://wiki.csswg.org/test/reftest">reftest - format</a> along with the <a href="reftest.list">reftest manifest</a>.</p> - - <table> - <tbody id="s1"> - <tr><th><a href="chapter-1.xht">Chapter 1 - - Introduction</a></th> - <td>(0 Tests)</td></tr> - </tbody> - <tbody id="s2"> - <tr><th><a href="chapter-2.xht">Chapter 2 - - Defining Custom Properties: the --* family of properties</a></th> - <td>(97 Tests)</td></tr> - </tbody> - <tbody id="s3"> - <tr><th><a href="chapter-3.xht">Chapter 3 - - Using Cascading Variables: the var() notation</a></th> - <td>(81 Tests)</td></tr> - </tbody> - <tbody id="s4"> - <tr><th><a href="chapter-4.xht">Chapter 4 - - APIs</a></th> - <td>(0 Tests)</td></tr> - </tbody> - <tbody id="s5"> - <tr><th><a href="chapter-5.xht">Chapter 5 - - Changes since the May 6 2014 Last Call Working Draft</a></th> - <td>(0 Tests)</td></tr> - </tbody> - <tbody id="s6"> - <tr><th><a href="chapter-6.xht">Chapter 6 - - Acknowledgments</a></th> - <td>(0 Tests)</td></tr> - </tbody> - </table> -</body> -</html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-01.xht deleted file mode 100644 index 33557371c66..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-01.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a variable consisting of a single token preceded by white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-02.xht deleted file mode 100644 index 771513f0ae5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-02.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a variable consisting of a single token with no preceding white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a:green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-03.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-03.xht deleted file mode 100644 index a896dce53f8..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-03.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a variable that references another variable.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: var(--b); - --b: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-04.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-04.xht deleted file mode 100644 index 03a6844416a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-04.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a variable consisting of a variable reference followed by white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: var(--b) ; - --b: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-05.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-05.xht deleted file mode 100644 index d3d39aa88da..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-05.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a variable consisting of a variable reference that includes white space around the variable name.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: var( --b ) ; - --b: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-06.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-06.xht deleted file mode 100644 index 011216bbe37..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-06.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test overriding an existing variable declaration.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: orange; - --a: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-07.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-07.xht deleted file mode 100644 index 5ccb81c4a68..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-07.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to a variable reference having no tokens in its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - --b: crimson; - --a: var(--b,); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-08.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-08.xht deleted file mode 100644 index b3fb6d2501b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-08.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a variable reference whose fallback is white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: orange; - --b: green; - --a: var(--b, ); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-09.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-09.xht deleted file mode 100644 index a45935a9886..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-09.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to a variable reference having only a comment in its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - --b: crimson; - --a: var(--b,/**/); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-10.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-10.xht deleted file mode 100644 index d1a775bce56..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-10.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a variable reference with a fallback that includes a comment and an identifier.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: orange; - --b: green; - --a: var(--b,/**/a); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-11.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-11.xht deleted file mode 100644 index 37d30adc968..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-11.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to a variable reference having a '!' token at the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - --b: crimson; - --a: var(--b,!); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-12.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-12.xht deleted file mode 100644 index c86790168d2..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-12.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to a variable reference having a ';' token at the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - --b: crimson; - --a: var(--b,;); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-13.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-13.xht deleted file mode 100644 index 64531820d8a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-13.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to a variable reference having "!important" the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - --b: crimson; - --a: var(--b,!important); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-14.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-14.xht deleted file mode 100644 index f6bb6d22334..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-14.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a variable reference and a following identifier with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: green; -} -span { - color: red; - --a:var(--b)red; - --b:orange; - color: var(--a); -} -</style> -</head><body><p><span>This text must be green.</span></p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-15.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-15.xht deleted file mode 100644 index 3d4227ca594..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-15.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a comma-separated font family list.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="reference/variable-declaration-15-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<link href="support/ahem.css" type="text/css" rel="stylesheet" /> -<style> -body { - font-family: serif; -} -p { - font-family: monospace; - --a: Ahem, sans-serif; - font-family: var(--a); -} -</style> -</head><body><p>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/variable-declaration-16.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-16.xht deleted file mode 100644 index 94b00d86a06..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-16.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a comma-separated font family list with the first item being a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="reference/variable-declaration-16-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<link href="support/ahem.css" type="text/css" rel="stylesheet" /> -<style> -body { - font-family: serif; -} -p { - font-family: monospace; - --a: var(--b), sans-serif; - --b: Ahem; - font-family: var(--a); -} -</style> -</head><body><p>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/variable-declaration-17.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-17.xht deleted file mode 100644 index 66e902eecb8..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-17.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a comma-separated font family list with the last item being a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="reference/variable-declaration-17-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<link href="support/ahem.css" type="text/css" rel="stylesheet" /> -<style> -body { - font-family: serif; -} -p { - font-family: monospace; - --a: SomeUnknownFont, var(--b); - --b: Ahem; - font-family: var(--a); -} -</style> -</head><body><p>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/variable-declaration-18.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-18.xht deleted file mode 100644 index f0b70ce0624..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-18.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a comma-separated font family list with the comma coming from a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="reference/variable-declaration-18-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<link href="support/ahem.css" type="text/css" rel="stylesheet" /> -<style> -body { - font-family: serif; -} -p { - font-family: monospace; - --a: Ahem var(--b) sans-serif; - --b: ,; - font-family: var(--a); -} -</style> -</head><body><p>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/variable-declaration-19.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-19.xht deleted file mode 100644 index b7dbb4f2baf..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-19.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a function where one of the arguments is a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: rgb(0, var(--b), 0); - --b: 128; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-20.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-20.xht deleted file mode 100644 index 196a92748b3..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-20.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable with "!important".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: var(--b) !important; - --b: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-21.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-21.xht deleted file mode 100644 index 4c2fe65496e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-21.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a function where all of the arguments and commas are made up of variable references.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: rgb(var(--b)var(--c)var(--d)); - --b: 0,; - --c: 128,; - --d: 0; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-22.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-22.xht deleted file mode 100644 index cece01787b0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-22.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a variable reference with a number of levels of variable reference fallbacks.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: var(--b, var(--c, var(--d, green))); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-23.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-23.xht deleted file mode 100644 index 411445fc6ba..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-23.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to having two "!important" priorities.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: green; - --b: crimson; - --a: var(--b) !important !important; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-24.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-24.xht deleted file mode 100644 index 394c9b14285..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-24.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a variable that contains a CDO token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: red; -} -p { - color: orange; - --a: green; - --b: crimson; - --a: var(--b) <!--; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-25.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-25.xht deleted file mode 100644 index 3d2297a2d13..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-25.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a variable that contains a CDC token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: red; -} -p { - color: orange; - --a: green; - --b: crimson; - --a: --> var(--b); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-26.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-26.xht deleted file mode 100644 index d3f403da13c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-26.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable that contains only a white space token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: ; - color: var(--a) green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-28.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-28.xht deleted file mode 100644 index 934d7c560a2..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-28.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable with invalid syntax due to having no tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: green; - --a:; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-29.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-29.xht deleted file mode 100644 index eeec67ead45..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-29.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable with a valid custom property name "--".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --: green; - color: var(--,crimson); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-30.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-30.xht deleted file mode 100644 index f92d1416c45..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-30.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable that contains a variable reference to itself.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: crimson; - --a: var(--a); - color: var(--a,green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-31.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-31.xht deleted file mode 100644 index d1ccd9de07b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-31.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with a digit.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --0: green; - color: var(--\30); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-32.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-32.xht deleted file mode 100644 index 00d4edde961..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-32.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with an escaped digit.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --\30: green; - color: var(--\30); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-33.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-33.xht deleted file mode 100644 index 1c5f12171a4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-33.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with an escaped letter.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --\61: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-34.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-34.xht deleted file mode 100644 index 2bc2945d951..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-34.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with a lone surrogate.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --\d800: green; - color: var(--\fffd); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-35.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-35.xht deleted file mode 100644 index 6e5f1f4b5af..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-35.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with U+FFFD.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --\fffd: green; - color: var(--\fffd); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-36.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-36.xht deleted file mode 100644 index aa45842ea43..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-36.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the variable name begins with an out-of-range Unicode character escape.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --\ffffff: green; - color: var(--\fffd); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-37.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-37.xht deleted file mode 100644 index 2aa0ad4da32..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-37.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable consisting of a variable reference where white space surrounds the comma separating the variable name and fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: var(--b , ); - color: var(--a) green; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-38.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-38.xht deleted file mode 100644 index 3d95a318fd4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-38.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring two variables in the same declaration block that differ only in case, with lowercase first.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: green; - --A: crimson; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-39.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-39.xht deleted file mode 100644 index 96ee356e6e9..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-39.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring two variables in the same declaration block that differ only in case, with uppercase first.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --A: green; - --a: crimson; - color: var(--A); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-40.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-40.xht deleted file mode 100644 index 42fcbe6d3a7..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-40.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable with an invalid custom property name due to it beginning with "VAR-".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: green; - VAR-a: crimson; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-41.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-41.xht deleted file mode 100644 index 9ffdb56d566..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-41.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable where the second '-' in the "--" prefix of the custom property name is escaped.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - -\2d a: green; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-42.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-42.xht deleted file mode 100644 index 488bed66042..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-42.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable where the custom property name includes an unescaped Chinese character and an escape that is terminated by a space character.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<meta charset="utf-8" /> -<style> -p { - color: red; -} -p { - color: orange; - --a-长-name-that-might-be-longer-than-you\27 d-normally-use: green; - color: var(--a-长-name-that-might-be-longer-than-you\27 d-normally-use); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-43.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-43.xht deleted file mode 100644 index 3a58dfc58d7..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-43.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "initial".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: initial; - color: var(--a,green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-44.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-44.xht deleted file mode 100644 index 68832e10be4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-44.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "inherit" where there is no variable to inherit from.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: inherit; - color: var(--a,green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-45.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-45.xht deleted file mode 100644 index 3d37c65b343..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-45.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "inherit" where there is a variable to inherit from.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: green; - color: crimson; -} -p { - color: red; -} -p { - color: orange; - --a: inherit; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-46.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-46.xht deleted file mode 100644 index 2d253b77224..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-46.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "initial" where there is a variable to inherit from.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: crimson; -} -p { - color: red; -} -p { - color: orange; - --a: initial; - color: var(--a,green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-47.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-47.xht deleted file mode 100644 index fa5b155ad18..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-47.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a variable whose value consists of a reference to a variable whose value is "inherit".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --b: green; - color: crimson; -} -p { - color: red; -} -p { - color: orange; - --a: var(--b); - --b: inherit; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-48.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-48.xht deleted file mode 100644 index 0776e30635b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-48.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a number of variables in a cycle.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: crimson; - --a: red var(--b); - --b: var(--c); - --c: var(--d); - --d: var(--e); - --e: var(--a); - --f: var(--e); - color: var(--f); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-49.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-49.xht deleted file mode 100644 index c94b4990b35..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-49.xht +++ /dev/null @@ -1,26 +0,0 @@ -<!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 Test: Test declaring a variable that is a dependent of a variable involved in a cycle but which itself is not involved in a cycle.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: crimson; - --a: red var(--b) var(--g); - --b: var(--c); - --c: var(--d); - --d: var(--e); - --e: var(--a); - --f: var(--e); - --g: green; - color: var(--g); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-50.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-50.xht deleted file mode 100644 index cf778d03463..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-50.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a number of variables in a chain, where the final element of the chain uses its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: crimson; - --a: var(--b,red); - --b: var(--c); - --c: var(--d); - --d: var(--e); - --e: var(--a); - --f: var(--e); - color: var(--f); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-51.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-51.xht deleted file mode 100644 index 9a1f8604475..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-51.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a reference to an invalid inherited variable.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#invalid-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; - --c: var(--a); -} -p { - --a: var(--b); -} -p { - color: red; - --b: var(--c,green); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-52.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-52.xht deleted file mode 100644 index c8f70d155f9..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-52.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!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 Test: Test declaring a variable that consists of a reference to an inherited variable whose value was a variable reference that used its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; - --c: var(--a,green); -} -p { - --a: var(--b); -} -p { - color: red; - --b: var(--c,crimson); - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-53.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-53.xht deleted file mode 100644 index 5c5de5a3104..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-53.xht +++ /dev/null @@ -1,22 +0,0 @@ -<!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 Test: Test declaring a variable that consists of two variable references without fallback and with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: green; -} -span { - color: red; - --a:var(--b)var(--c); - --b:orange; - --c:red; - color: var(--a); -} -</style> -</head><body><p><span>This text must be green.</span></p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-54.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-54.xht deleted file mode 100644 index ae78af74a04..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-54.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable that consists of two variable references with the first variable reference using fallback and with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: green; -} -span { - color: red; - --a:var(--b,orange)var(--c); - --c:red; - color: var(--a); -} -</style> -</head><body><p><span>This text must be green.</span></p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-55.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-55.xht deleted file mode 100644 index 8feaf8c6159..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-55.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a variable that consists of two variable references with the second variable reference using fallback and with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: green; -} -span { - color: red; - --a:var(--b)var(--c,red); - --b:orange; - color: var(--a); -} -</style> -</head><body><p><span>This text must be green.</span></p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-56.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-56.xht deleted file mode 100644 index bc921f4baef..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-56.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "unset" where there is no variable to inherit from.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; -} -p { - color: orange; - --a: unset; - color: var(--a,green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-57.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-57.xht deleted file mode 100644 index 7a8a68f33c0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-57.xht +++ /dev/null @@ -1,24 +0,0 @@ -<!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 Test: Test declaring a variable whose value is "unset" where there is a variable to inherit from.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: green; - color: crimson; -} -p { - color: red; -} -p { - color: orange; - --a: unset; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-58.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-58.xht deleted file mode 100644 index 553ccabf737..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-58.xht +++ /dev/null @@ -1,25 +0,0 @@ -<!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 Test: Test declaring a variable whose value consists of a reference to a variable whose value is "unset".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --b: green; - color: crimson; -} -p { - color: red; -} -p { - color: orange; - --a: var(--b); - --b: unset; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-59.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-59.xht deleted file mode 100644 index 46fb9137a3a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-59.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a variable with a trailing invalid token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: var(--a); - --a: green; - --a: red); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-60.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-60.xht deleted file mode 100644 index fcf6f73caa3..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-declaration-60.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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><meta charset="utf-8" /> -<title>CSS Test: Test declaring a variable with a value whose name is "initial" but using Turkish dotted/dotless 'i's.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -div { - color: orange; - --a: green; - color: var(--a); -} -p { - --b: İnitial; - --c: ınitial; - color: var(--b,var(--c,red)); -} -</style> -</head><body><div><p>This text must be green.</p></div> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-declaration-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-declaration-01.xht deleted file mode 100644 index 21c393e56c6..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-declaration-01.xht +++ /dev/null @@ -1,12 +0,0 @@ -<!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 Test: Test declaring a variable in an external CSS file.</title> -<link href="mailto:mihaela.velimiroviciu@softvisioninc.eu" rel="author" title="Mihaela Velimiroviciu" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<link href="support/external-variable-declaration.css" type="text/css" rel="stylesheet" /> - -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-font-face-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-font-face-01.xht deleted file mode 100644 index b86daf10f7c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-font-face-01.xht +++ /dev/null @@ -1,13 +0,0 @@ -<!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 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-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> -<p id="b">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/variable-external-reference-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-reference-01.xht deleted file mode 100644 index a709625acb5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-reference-01.xht +++ /dev/null @@ -1,12 +0,0 @@ -<!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 Test: Test the use of a variable in a non-custom property where the variable value is inherited 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/#using-variables" rel="help" /> -<link href="support/external-variable-reference.css" type="text/css" rel="stylesheet" /> -<link href="support/color-green-ref.xht" rel="match" /> - -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-supports-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-supports-01.xht deleted file mode 100644 index 70e9d023ee0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-external-supports-01.xht +++ /dev/null @@ -1,12 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference within an external stylesheet file.</title> -<link href="mailto:mihaela.velimiroviciu@softvisioninc.eu" rel="author" title="Mihaela Velimiroviciu" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/external-variable-supports.css" type="text/css" rel="stylesheet" /> -<link href="support/color-green-ref.xht" rel="match" /> - -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file 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 deleted file mode 100644 index 833bacb7eaf..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-01.xht +++ /dev/null @@ -1,29 +0,0 @@ -<!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 Test: Test the invalid declaration and use of a variable in an @font-face rule.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<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" /> -<meta content="ahem" name="flags" /> -<style> -@font-face { - --a: MyTestFontName; - font-family: var(--a); - src: url(support/Ahem.ttf); -} -@font-face { - font-family: MyTestFontName2; - src: url(support/Ahem.ttf); -} -#a { - font-family: MyTestFontName, serif; -} -#b { - font-family: MyTestFontName2, serif; -} -</style> -</head><body><p id="a">This text must not be in Ahem.</p> -<p id="b">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/variable-font-face-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht deleted file mode 100644 index 0095872397c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-font-face-02.xht +++ /dev/null @@ -1,31 +0,0 @@ -<!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 Test: Test the invalid use of a variable in an @font-face rule where the variable is defined on the root element.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="reference/variable-font-face-02-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<style> -:root { - --a: MyTestFontName; -} -@font-face { - font-family: var(--a); - src: url(support/Ahem.ttf); -} -@font-face { - font-family: MyTestFontName2; - src: url(support/Ahem.ttf); -} -#a { - font-family: MyTestFontName, serif; -} -#b { - font-family: MyTestFontName2, serif; -} -</style> -</head><body><p id="a">This text must not be in Ahem.</p> -<p id="b">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/variable-reference-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-01.xht deleted file mode 100644 index a5ea88e31b4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-01.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test the use of a variable in a non-custom property where the variable value is inherited.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -:root { - --a: green; -} -p { - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-02.xht deleted file mode 100644 index 364e492c4a0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-02.xht +++ /dev/null @@ -1,23 +0,0 @@ -<!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 Test: 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.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#invalid-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -:root { - --a: crimson; - color: red; -} -body { - color: green; -} -p { - color: orange; - color: var(--a) var(--b); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-03.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-03.xht deleted file mode 100644 index 010f7182c13..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-03.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: 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.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -:root { - --a: green; - --b: ; - color: red; -} -p { - color: crimson; - color: var(--a) var(--b); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-04.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-04.xht deleted file mode 100644 index 45ff0f3f61f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-04.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test the use of two variables in a non-custom property where one variable is inherited and the other references a non-existing variable with fallback that consists only of white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -:root { - --a: green; - color: red; -} -p { - color: crimson; - color: var(--a) var(--b, ); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-05.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-05.xht deleted file mode 100644 index 22bd0d78447..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-05.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test the use of a variable in a non-custom property where the values contains no tokens other than the variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: green; - color: red; -} -p { - color: crimson; - color:var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-06.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-06.xht deleted file mode 100644 index 9a4bb70aa6d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-06.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains no tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: crimson; - color: red; -} -p { - color: green; - color: var(--a,); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-07.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-07.xht deleted file mode 100644 index 829d988a401..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-07.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: crimson; - color: red; -} -p { - color: green; - color: var(--a,;); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-08.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-08.xht deleted file mode 100644 index b1aa6d049ea..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-08.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains a top level '!' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: crimson; - color: red; -} -p { - color: green; - color: var(--a,!); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-09.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-09.xht deleted file mode 100644 index 62ab0ea138c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-09.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with a variable reference that has a non-top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: green; - color: crimson; -} -p { - color: red; - color: var(--a,(;)); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-10.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-10.xht deleted file mode 100644 index eb6b3446be1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-10.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with a variable reference that has a non-top level '!' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: green; - color: crimson; -} -p { - color: red; - color: var(--a,(!)); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-11.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-11.xht deleted file mode 100644 index 50906f80869..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-11.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to having a variable reference whose fallback contains nothing but a comment.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - --a: crimson; - color: red; -} -p { - color: green; - color: var(--a,/**/); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-12.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-12.xht deleted file mode 100644 index 82cb870af3b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-12.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test the use of variable references in the 'content' property.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="reference/variable-reference-12-ref.xht" rel="match" /> -<style> -:root { - --a: "hello"; - --b: "there"; -} -#a:before { - content: var(--a) " " var(--b); -} -</style> -</head><body><p>The words "hello there" must appear below:</p> -<p id="a"></p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-13.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-13.xht deleted file mode 100644 index e010ea07433..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-13.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test that important variable declarations are not overwritten by subsequent non-important variable declarations in the one declaration block.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green !important; - --a: crimson; - color: var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-14.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-14.xht deleted file mode 100644 index 56349756c8e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-14.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test that important variable declarations cascade correctly.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -#a { - --a: green !important; -} -p { - color: red; - --a: crimson; - color: var(--a); -} -</style> -</head><body><p id="a">This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-15.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-15.xht deleted file mode 100644 index d302f959c49..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-15.xht +++ /dev/null @@ -1,21 +0,0 @@ -<!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 Test: Test declaring a non-custom property with two variable references with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: crimson; - --a: orange; - --b: red; - color: var(--a)var(--b); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-16.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-16.xht deleted file mode 100644 index 714cffc54bf..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-16.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a non-custom property that consists of a variable reference with a number of levels of variable reference fallbacks.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: red; -} -p { - color: crimson; - color: var(--a, var(--b, var(--c, green))); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-17.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-17.xht deleted file mode 100644 index a11556809d5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-17.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property that consists of a variable reference whose fallback contains a CDO token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: red; -} -p { - color: crimson; - --a: green; - color: var(--a, <!--); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-18.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-18.xht deleted file mode 100644 index dcfef42669e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-18.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference and balanced braces and square brackets.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: red; - color: { [ var(--a) ] }; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-19.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-19.xht deleted file mode 100644 index 4b07b18854b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-19.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference and a non-top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: green; -} -p { - color: red; - color: [;] var(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-20.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-20.xht deleted file mode 100644 index 20c7a8b02fc..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-20.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference whose function token is in uppercase.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: VAR(--a); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-21.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-21.xht deleted file mode 100644 index ca365260d9a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-21.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a reference to a variable whose name must be escaped.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --0: green; - color: var(--\30); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-22.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-22.xht deleted file mode 100644 index 4b14ef70f52..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-22.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared and referenced using a lone surrogate.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --\d800: green; - color: var(--\d800); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-23.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-23.xht deleted file mode 100644 index 74669ef18d0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-23.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using a lone surrogate.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --\d800: green; - color: var(--\fffd); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-24.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-24.xht deleted file mode 100644 index d2c8b8ff145..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-24.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a reference to a variable whose name is U+FFFD but which was declared using an out-of-range Unicode character escape.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --\ffffff: green; - color: var(--\fffd); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-25.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-25.xht deleted file mode 100644 index 35d24f07fc4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-25.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference with no fallback and which is implicitly closed due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-26.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-26.xht deleted file mode 100644 index 24586dc6084..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-26.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference with white space before its comma and fallback consisting only of white space and which is implicitly closed due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a , </style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-27.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-27.xht deleted file mode 100644 index e0b4e0cec6c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-27.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference with fallback consisting only of white space and which is implicitly closed due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a, </style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-28.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-28.xht deleted file mode 100644 index e0e964cc6ea..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-28.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference whose fallback is a variable reference, both of which are implicitly closed due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a, var(--b</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-29.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-29.xht deleted file mode 100644 index 28373696dc0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-29.xht +++ /dev/null @@ -1,15 +0,0 @@ -<!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 Test: Test declaring a non-custom property that contains a variable reference with no fallback, and whose variable name is followed by a comment, and where the comment and the variable reference are implicitly closed due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: green; - color: var(--a /* unclosed comment</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-30.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-30.xht deleted file mode 100644 index 5e04963c95d..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-30.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to containing two "!important" priorities.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: green; - --a: red; - color: var(--a) !important !important; -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-31.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-31.xht deleted file mode 100644 index 4420223265f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-31.xht +++ /dev/null @@ -1,20 +0,0 @@ -<!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 Test: Test declaring a non-custom property with a variable reference that has a digit after the "--" prefix.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: red; - --0: green; - color: var(--0); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-32.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-32.xht deleted file mode 100644 index 4e7b31dcdee..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-32.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad string.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: green; - --a: red; - color: var(--a, " -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-33.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-33.xht deleted file mode 100644 index b7c7c8bc575..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-33.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed string due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: red; - --a: green; - color: var(--a, "</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-34.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-34.xht deleted file mode 100644 index 18fb3125179..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-34.xht +++ /dev/null @@ -1,19 +0,0 @@ -<!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 Test: Test declaring a non-custom property with invalid syntax due to containing a variable reference with fallback that contains a bad URL.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: green; - --a: red; - color: var(--a, url(" -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-35.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-35.xht deleted file mode 100644 index 795c163a24f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-35.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a non-custom property containing a variable reference with fallback is an implicitly closed URL due to EOF.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { - color: orange; -} -p { - color: red; - --a: green; - color: var(--a, url("</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-36.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-36.xht deleted file mode 100644 index cba08f89bbe..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-36.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: Test declaring a non-custom shorthand property containing a variable reference.</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-reference-36-ref.xht" rel="match" /> -<style> -p { - background-color: red; - --a: url(nothing) green; - background: var(--a); - color: white; -} -</style> -</head><body><p>This text must have a green background color.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-37.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-37.xht deleted file mode 100644 index 259d00960f5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-37.xht +++ /dev/null @@ -1,18 +0,0 @@ -<!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 Test: 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.</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-reference-37-ref.xht" rel="match" /> -<style> -p { - --a: url(nothing) red; - background: var(--a); - background-color: green; - color: white; -} -</style> -</head><body><p>This text must have a green background color.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht deleted file mode 100644 index eafcb6bb289..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-38.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 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-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; } -#b { --style: solid; --left: black dotted; border-left: var(--left); border-style: var(--style); border-top: none; border-right: none; border-bottom: none; } -</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>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-39.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-39.xht deleted file mode 100644 index 1f2c6deb2a7..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-39.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test declaring a variable that references itself but uses fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -p { - color: red; - --a: var(--a, red); - color: var(--a, green); -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-40.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-40.xht deleted file mode 100644 index bdd0f19c830..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-40.xht +++ /dev/null @@ -1,17 +0,0 @@ -<!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 Test: Test that a variable reference within a gradient value in a border-image shorthand parses correctly.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="reference/variable-reference-40-ref.xht" rel="match" /> -<style> -p { - --orange: orange; - border: 2px solid transparent; - border-image: linear-gradient(to right, var(--orange), blue) 1 1; -} -</style> -</head><body><p>This paragraph must have an orange/blue gradient border.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-without-whitespace.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-without-whitespace.xht deleted file mode 100644 index 019b3c0a935..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-reference-without-whitespace.xht +++ /dev/null @@ -1,53 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Variable reference without whitespace</title> -<link href="reference/variable-reference-without-whitespace-ref.xht" rel="match" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="http://exyr.org/about/" rel="author" title="Simon Sapin" /> -<meta content=" - A variable reference followed by something without whitespace in between - must not be interpreted together as a single identifier. - Custom property values are sequences of tokens, not strings." rel="assert" /> -<style> -p { - counter-reset: -- --a -a; - --dash:-; -} - -#test_1 span::before { - counter-increment: var(--dash)-; - content: counter(--); -} -#test_2 span::before { - counter-increment: var(--dash)-a; - content: counter(--a); -} -#test_3 span::before { - counter-increment: var(--dash)a; - content: counter(-a); -} - -#control_1 span::before { - counter-increment: --; - content: counter(--); -} -#control_2 span::before { - counter-increment: --a; - content: counter(--a); -} -#control_3 span::before { - counter-increment: -a; - content: counter(-a); -} -</style> -</head><body><p>The next four lines must be identical, containing only zeroes: -</p><p id="test_1"><span></span> <span></span> <span></span> -</p><p id="test_2"><span></span> <span></span> <span></span> -</p><p id="test_3"><span></span> <span></span> <span></span> -</p><p>0 0 0 - -</p><p>The next four lines must be identical, containing increasing integers: -</p><p id="control_1"><span></span> <span></span> <span></span> -</p><p id="control_2"><span></span> <span></span> <span></span> -</p><p id="control_3"><span></span> <span></span> <span></span> -</p><p>1 2 3 -</p></body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-01.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-01.xht deleted file mode 100644 index 141d1a67aba..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-01.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference and no white space tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color:var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-02.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-02.xht deleted file mode 100644 index 5289385d9ca..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-02.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a white space token followed by a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-03.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-03.xht deleted file mode 100644 index e3ea44b27fe..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-03.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a) ) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-04.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-04.xht deleted file mode 100644 index f43423966d5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-04.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference surrounded by white space tokens and with white space surrounding the variable name.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var( --a ) ) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-05.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-05.xht deleted file mode 100644 index d1d3a96cd15..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-05.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a,))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-06.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-06.xht deleted file mode 100644 index 57a4c16a812..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-06.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a variable reference with fallback that is only white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a, )) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-07.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-07.xht deleted file mode 100644 index f62957cc01c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-07.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having no fallback tokens, just a comment.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a,/**/))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-08.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-08.xht deleted file mode 100644 index fa6bcf27440..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-08.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule where the property value contains a comment and an identifier.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a,/**/a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-09.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-09.xht deleted file mode 100644 index 1b520df9dab..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-09.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a '!' token at the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a,!))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-10.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-10.xht deleted file mode 100644 index 55225ce7103..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-10.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having "!important" at the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a,!important))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-11.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-11.xht deleted file mode 100644 index bd8fe66ce61..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-11.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing 'color' property declaration in an @supports rule with a variable reference that comes after a non-color value.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: 1px var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-12.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-12.xht deleted file mode 100644 index 21e3cb4fcbe..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-12.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing 'color' property declaration in an @supports rule with a variable reference that comes before a non-color value.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a) 1px) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-13.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-13.xht deleted file mode 100644 index cd6f61a9d59..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-13.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing 'color' property declaration in an @supports rule with a range of different tokens and a variable reference not at the top level.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: something 3px url(whereever) calc(var(--a) + 1px)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-14.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-14.xht deleted file mode 100644 index fa2810895a8..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-14.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule with a variable reference and an "!important" priority.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a) !important) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-15.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-15.xht deleted file mode 100644 index 6815ce1ac23..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-15.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule with two adjacent variable references with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-16.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-16.xht deleted file mode 100644 index 0a1b2311d6e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-16.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule with a variable reference that has a number of levels of variable reference fallbacks.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a, var(--b, var(--c, black)))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-17.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-17.xht deleted file mode 100644 index 15e499371b6..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-17.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule with two "!important" priorities.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a) !important !important)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-18.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-18.xht deleted file mode 100644 index 4ef7cce1d93..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-18.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDO token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a) <!--) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-19.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-19.xht deleted file mode 100644 index bc7ccf5faec..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-19.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a CDC token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: --> var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-20.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-20.xht deleted file mode 100644 index 0f00ee860a1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-20.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: { [ var(--a) ] }) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-21.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-21.xht deleted file mode 100644 index d6f0066469a..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-21.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule where the property value contains a syntactically invalid variable reference due to having a ';' token at the top level of its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a,;))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-22.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-22.xht deleted file mode 100644 index 27c02ded0cb..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-22.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: [;] var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-23.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-23.xht deleted file mode 100644 index 1854f510288..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-23.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing non-custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(--a);)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-24.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-24.xht deleted file mode 100644 index d5390f785d2..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-24.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a non-top level ';' token in its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a,(;))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-25.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-25.xht deleted file mode 100644 index 79bc7189825..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-25.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference whose function token is in uppercase.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: VAR(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-26.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-26.xht deleted file mode 100644 index 2e74efbd571..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-26.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a digit after the "--" variable name prefix.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--0)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-27.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-27.xht deleted file mode 100644 index 68b56b86954..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-27.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a variable name beginning with an escaped digit.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--\30)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-28.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-28.xht deleted file mode 100644 index 7593afacc40..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-28.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an escaped lone surrogate.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--\d800)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-29.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-29.xht deleted file mode 100644 index 4aede4ce016..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-29.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a U+FFFD variable name specified by an out-of-range Unicode character escape.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--\ffffff)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-30.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-30.xht deleted file mode 100644 index d1c18f6b77e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-30.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with a dimension token as the variable name.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a)) and (not (color: var(1px))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-31.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-31.xht deleted file mode 100644 index 57a73c3b4a0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-31.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom property declaration in an @supports rule whose value contains a variable reference with white space surrounding the fallback comma.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (color: var(--a , )) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-32.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-32.xht deleted file mode 100644 index 48879e16c32..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-32.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing non-custom shorthand property declaration in an @supports rule whose value contains a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (background: var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-33.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-33.xht deleted file mode 100644 index 9644b00ed26..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-33.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a:var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-34.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-34.xht deleted file mode 100644 index 641d1616836..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-34.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains white space and a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-35.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-35.xht deleted file mode 100644 index b3b7ac45515..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-35.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b) ) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-36.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-36.xht deleted file mode 100644 index c0809791360..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-36.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference surrounded by white space with the variable name also surrounded by white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var( --b ) ) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-37.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-37.xht deleted file mode 100644 index 02b90915372..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-37.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b,))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-38.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-38.xht deleted file mode 100644 index 29f281e02e1..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-38.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting only of white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b, )) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-39.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-39.xht deleted file mode 100644 index b01d4eca642..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-39.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with no fallback tokens, just a comment.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b,/**/))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-40.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-40.xht deleted file mode 100644 index e95663f132f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-40.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference with fallback consisting of a comment and an identifier.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b,/**/a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-41.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-41.xht deleted file mode 100644 index e9ca8562616..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-41.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level '!' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b,!))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-42.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-42.xht deleted file mode 100644 index 2acb6c46947..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-42.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with fallback containing a top level "!important".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b,!important))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-43.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-43.xht deleted file mode 100644 index 96c92cf29c2..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-43.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a dimension followed by a variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: 1px var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-44.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-44.xht deleted file mode 100644 index c8b06af93b5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-44.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference followed bya dimension.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b) 1px) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-45.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-45.xht deleted file mode 100644 index b5dcb3bcb00..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-45.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a selection of tokens and a non-top level variable reference.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: something 3px url(whereever) calc(var(--b) + 1px)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-46.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-46.xht deleted file mode 100644 index 981cc8c6d24..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-46.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and an "!important" priority.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b) !important) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-47.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-47.xht deleted file mode 100644 index 4d9a3afebac..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-47.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains two adjacent variable references with no intervening white space.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b)var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-48.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-48.xht deleted file mode 100644 index 566b3fe94f2..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-48.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference with a number of levels of variable reference fallbacks.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b, var(--c, var(--d, black)))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-49.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-49.xht deleted file mode 100644 index 14dd132d90e..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-49.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains two "!important" priorities.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b) !important !important)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-50.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-50.xht deleted file mode 100644 index dfef3097f76..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-50.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDO token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b) <!--) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-51.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-51.xht deleted file mode 100644 index 20f1e11fd79..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-51.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a CDC token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: --> var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-52.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-52.xht deleted file mode 100644 index dfc91704c6c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-52.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and balanced braces and square brackets.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: { [ var(--b) ] }) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-53.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-53.xht deleted file mode 100644 index 2f90a7a379c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-53.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference with a top level ';' token in its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b,;))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-54.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-54.xht deleted file mode 100644 index 8f75c659a06..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-54.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference and a non-top level ';' token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: [;] var(--b)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-55.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-55.xht deleted file mode 100644 index a7b33e5c642..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-55.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains a variable reference and a top level ';' token in its fallback.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(--b);)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-56.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-56.xht deleted file mode 100644 index 04fe31d3ce4..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-56.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains only a white space token.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: ) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-57.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-57.xht deleted file mode 100644 index fe07b8b52fd..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-57.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value contains no tokens.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a:)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-58.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-58.xht deleted file mode 100644 index 334b5f3299f..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-58.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing property declaration in an @supports rule with property name "--".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-59.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-59.xht deleted file mode 100644 index 7309eee3843..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-59.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value contains a variable reference to itself.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#cycles" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a:var(--a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-60.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-60.xht deleted file mode 100644 index de9c013b0fe..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-60.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule for a variable whose name is a digit.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--0: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-61.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-61.xht deleted file mode 100644 index 6bb4c1f1f92..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-61.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule for a variable whose name is a digit which is specified with an escape.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--\61: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-62.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-62.xht deleted file mode 100644 index 4559fd8f077..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-62.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an escaped lone surrogate.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--\d800: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-63.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-63.xht deleted file mode 100644 index 845b06b5aa0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-63.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule for a variable whose name is U+FFFD which is specified with an out-of-range Unicode character escape.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--\ffffff: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-64.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-64.xht deleted file mode 100644 index 4af721c232b..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-64.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule whose value is a variable reference with a dimension token as the variable name.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#using-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (--a: var(1px))) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-65.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-65.xht deleted file mode 100644 index db8e0828ee0..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-65.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a passing custom property declaration in an @supports rule whose value is a variable reference with white space surrounding the fallback comma.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#syntax" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: var(--b , )) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-66.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-66.xht deleted file mode 100644 index 26c5628de4c..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-66.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a failing custom property declaration in an @supports rule where the property name begins with "VAR-".</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: a) and (not (VAR-a: a)) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-67.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-67.xht deleted file mode 100644 index 8ac2cdd45fe..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/variable-supports-67.xht +++ /dev/null @@ -1,16 +0,0 @@ -<!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 Test: Test a declaration for a custom property has an invalid value does not cause the @supports rule to fail to parse.</title> -<link href="mailto:cam@mcc.id.au" rel="author" title="Cameron McCormack" /> -<link href="http://www.w3.org/TR/css-variables-1/#defining-variables" rel="help" /> -<link href="support/color-green-ref.xht" rel="match" /> -<style> -body { color: red; } -@supports (--a: !) or (--a: a) { - p { color: green; } -} -</style> -</head><body><p>This text must be green.</p> -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-background-shorthand-001.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-background-shorthand-001.xht deleted file mode 100644 index 755774f91a5..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-background-shorthand-001.xht +++ /dev/null @@ -1,44 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Variables 1: Test variables in background shorthand.</title> -<link href="mailto:lea@verou.me" rel="author" title="Lea Verou" /> -<link href="https://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help" /> -<link href="reference/vars-background-shorthand-001-ref.xht" rel="match" /> -<style> -div { - width: 50px; - height: 50px; - padding: 50px; - margin: 10px; - display: inline-block; - background: red; -} - -div#d1 { - --foo: green; - background: var(--foo); -} - -div#d2 { - --foo: green, green; - background: linear-gradient(var(--foo)); -} - -div#d3 { - --foo: linear-gradient(green, green); - background: var(--foo); -} - -div#d4 { - --foo: center / 0 0; - background: green linear-gradient(red, red) var(--foo, ); -} -</style> -</head><body><p>Test passes if you see four green squares, and no red.</p> -<div id="d1"></div> -<div id="d2"></div> -<div id="d3"></div> -<div id="d4"></div> - - - -</body></html>
\ No newline at end of file diff --git a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-font-shorthand-001.xht b/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-font-shorthand-001.xht deleted file mode 100644 index e77a1695880..00000000000 --- a/tests/wpt/css-tests/css-variables-1_dev/xhtml1/vars-font-shorthand-001.xht +++ /dev/null @@ -1,69 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CSS Variables 1: Test variables in @font-face, font-family, font shorthand.</title> -<link href="mailto:lea@verou.me" rel="author" title="Lea Verou" /> -<link href="https://www.w3.org/TR/css-variables-1/#variables-in-shorthands" rel="help" /> -<link href="reference/vars-font-shorthand-001-ref.xht" rel="match" /> -<meta content="ahem" name="flags" /> -<style> - -@font-face { - font-family: Ahem; - src: url(https://cdn.rawgit.com/w3c/csswg-test/master/fonts/ahem/ahem.ttf); -} - -div { - width: 150px; - height: 150px; - margin: 10px; - display: inline-block; - vertical-align: middle; - background: red; - text-align: center; - color: green; - overflow: hidden; -} - -div#d1 { - --foo: Ahem; - font-family: var(--foo); - font-size: 150px; - line-height: 1; -} - -div#d2 { - --foo: 0 Ahem; - font: var(--foo); - font-size: 150px; - line-height: 150px; -} - -div#d3 { - --foo: Ahem, sans-serif; - font: 150px/1 var(--foo); -} - -div#d4 { - --foo: Ahem; - font: 150px/1 var(--foo), sans-serif; -} - -div#d5 { - --foo: 1 Ahem; - font: 150px/var(--foo); -} - -div#d6 { - --foo: 150px/1 Ahem; - font: var(--foo); -} -</style> -</head><body><p>Test passes if you see six green squares, and no red.</p> -<div id="d1">X</div> -<div id="d2">X</div> -<div id="d3">X</div> -<div id="d4">X</div> -<div id="d5">X</div> -<div id="d6">X</div> - - -</body></html>
\ No newline at end of file |