diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-09 01:48:05 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-10 10:03:03 -0500 |
commit | 35c74aecc22e60ccb3dbb03000c8546941b8250c (patch) | |
tree | 91cc0748250b0808b56652bd4162414074490410 /tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm | |
parent | 9aa1b1e408f3c7cc9c7774da203d261ac0922866 (diff) | |
download | servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.tar.gz servo-35c74aecc22e60ccb3dbb03000c8546941b8250c.zip |
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
Diffstat (limited to 'tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm')
-rw-r--r-- | tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm b/tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm index aacb28ba17e..1fc8d7deb1f 100644 --- a/tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm +++ b/tests/wpt/css-tests/css-variables-1_dev/html/chapter-2.htm @@ -3,7 +3,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> - <title>Defining Custom Properties: the '--*' family of properties - CSS Custom Properties Level 1 CR Test Suite</title> + <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"; @@ -13,7 +13,7 @@ <body> <h1>CSS Custom Properties Level 1 CR Test Suite</h1> - <h2>Defining Custom Properties: the '--*' family of properties (96 tests)</h2> + <h2>Defining Custom Properties: the --* family of properties (96 tests)</h2> <table width="100%"> <col id="test-column"> <col id="refs-column"> @@ -30,7 +30,7 @@ <tbody id="s2"> <tr><th colspan="4" scope="rowgroup"> <a href="#s2">+</a> - <a href="http://www.w3.org/TR/css-variables-1/#defining-variables">2 Defining Custom Properties: the '--*' family of properties</a></th></tr> + <a href="http://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="primary script"> <td><strong> @@ -319,7 +319,13 @@ <tbody id="s2.#custom-property"> <!-- 0 tests --> </tbody> - <tbody id="s2.#propdef---"> + <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"> @@ -774,7 +780,16 @@ <tbody id="s2.1.#animation-tainted"> <!-- 0 tests --> </tbody> - <tbody id="s2.1.#typedef-any-value"> + <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"> @@ -831,6 +846,15 @@ </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> |