diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index b30bc025e02..f8841c51d92 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -315,7 +315,6 @@ class MachCommands(CommandBase): parser=updatecommandline.create_parser()) def update_css(self, **kwargs): self.ensure_bootstrapped() - self.ensure_wpt_virtualenv() run_file = path.abspath(path.join("tests", "wpt", "update_css.py")) run_globals = {"__file__": run_file} execfile(run_file, run_globals) diff --git a/tests/wpt/include_css.ini b/tests/wpt/include_css.ini index 6f9d3c343da..59e3ddf5796 100644 --- a/tests/wpt/include_css.ini +++ b/tests/wpt/include_css.ini @@ -29,6 +29,12 @@ skip: true skip: true [xhtml1print] skip: true +[css-variables-1_dev] + skip: false + [xhtml1] + skip: true + [xhtml1print] + skip: true [cssom-1_dev] skip: false [xhtml1] diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini new file mode 100644 index 00000000000..87fee1c5ce8 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/css-vars-custom-property-inheritance.htm.ini @@ -0,0 +1,3 @@ +[css-vars-custom-property-inheritance.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/test_variable_legal_values.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/test_variable_legal_values.htm.ini new file mode 100644 index 00000000000..f99869b61c6 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/test_variable_legal_values.htm.ini @@ -0,0 +1,71 @@ +[test_variable_legal_values.htm] + type: testharness + [percentage] + expected: FAIL + + [number] + expected: FAIL + + [length] + expected: FAIL + + [time] + expected: FAIL + + [function] + expected: FAIL + + [nested_function] + expected: FAIL + + [parentheses] + expected: FAIL + + [braces] + expected: FAIL + + [brackets] + expected: FAIL + + [at_keyword_unknown] + expected: FAIL + + [at_keyword_known] + expected: FAIL + + [at_keyword_unknown_and_block] + expected: FAIL + + [at_keyword_known_and_block] + expected: FAIL + + [unbalanced_close_bracket_at_toplevel] + expected: FAIL + + [unbalanced_close_paren_at_toplevel] + expected: FAIL + + [unbalanced_close_bracket_in_something_balanced] + expected: FAIL + + [unbalanced_close_paren_in_something_balanced] + expected: FAIL + + [unbalanced_close_brace_in_something_balanced] + expected: FAIL + + [CDO_at_top_level] + expected: FAIL + + [CDC_at_top_level] + expected: FAIL + + [semicolon_not_at_top_level_value_unused] + expected: FAIL + + [CDO_not_at_top_level_value_unused] + expected: FAIL + + [CDC_not_at_top_level_value_unused] + expected: FAIL + diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini new file mode 100644 index 00000000000..83e66d3a80e --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-08.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-08.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini new file mode 100644 index 00000000000..1b565847071 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-14.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-14.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini new file mode 100644 index 00000000000..e3de1be4109 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-20.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-20.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini new file mode 100644 index 00000000000..ba980233612 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-24.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-24.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini new file mode 100644 index 00000000000..98c918745b5 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-26.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-26.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini new file mode 100644 index 00000000000..6c8b66e14c0 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-37.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-37.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini new file mode 100644 index 00000000000..bc25e718bd5 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-53.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-53.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini new file mode 100644 index 00000000000..362a722c3e7 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-54.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-54.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini new file mode 100644 index 00000000000..ca63a2f84da --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-declaration-55.htm.ini @@ -0,0 +1,3 @@ +[variable-declaration-55.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-font-face-01.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-font-face-01.htm.ini new file mode 100644 index 00000000000..4a30d27d7c4 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-font-face-01.htm.ini @@ -0,0 +1,3 @@ +[variable-external-font-face-01.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-supports-01.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-supports-01.htm.ini new file mode 100644 index 00000000000..2dcc7082d9a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-external-supports-01.htm.ini @@ -0,0 +1,3 @@ +[variable-external-supports-01.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-01.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-01.htm.ini new file mode 100644 index 00000000000..609b25df4c6 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-01.htm.ini @@ -0,0 +1,3 @@ +[variable-font-face-01.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-02.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-02.htm.ini new file mode 100644 index 00000000000..b186c8159b9 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-font-face-02.htm.ini @@ -0,0 +1,3 @@ +[variable-font-face-02.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini new file mode 100644 index 00000000000..d845cc12cd8 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-03.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-03.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini new file mode 100644 index 00000000000..fba032c2710 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-04.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-04.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini new file mode 100644 index 00000000000..7f832f8cdac --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-13.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-13.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini new file mode 100644 index 00000000000..dd849805038 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-14.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-14.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini new file mode 100644 index 00000000000..7dcf1687aab --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-15.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-15.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini new file mode 100644 index 00000000000..e09c394fc76 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-18.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-18.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini new file mode 100644 index 00000000000..3847b908e1b --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-19.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-19.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini new file mode 100644 index 00000000000..4ab2b3816af --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-20.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-20.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini new file mode 100644 index 00000000000..ebd0652279f --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-26.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-26.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini new file mode 100644 index 00000000000..8a36f19f2e7 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-27.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-27.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini new file mode 100644 index 00000000000..d052a96d261 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-36.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-36.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini new file mode 100644 index 00000000000..ae8c7dd94be --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-reference-38.htm.ini @@ -0,0 +1,3 @@ +[variable-reference-38.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-01.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-01.htm.ini new file mode 100644 index 00000000000..d9af1a2c62e --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-01.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-01.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-02.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-02.htm.ini new file mode 100644 index 00000000000..2a76c3bef8c --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-02.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-02.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-03.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-03.htm.ini new file mode 100644 index 00000000000..10b78166bb5 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-03.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-03.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-04.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-04.htm.ini new file mode 100644 index 00000000000..858c344490d --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-04.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-04.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-05.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-05.htm.ini new file mode 100644 index 00000000000..8c9c589af2a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-05.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-05.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-06.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-06.htm.ini new file mode 100644 index 00000000000..6655f9efcf2 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-06.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-06.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-07.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-07.htm.ini new file mode 100644 index 00000000000..bcc47cf7648 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-07.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-07.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-08.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-08.htm.ini new file mode 100644 index 00000000000..aa70cef5031 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-08.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-08.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-09.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-09.htm.ini new file mode 100644 index 00000000000..5d6a047685a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-09.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-09.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-10.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-10.htm.ini new file mode 100644 index 00000000000..429a1de87c6 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-10.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-10.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-11.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-11.htm.ini new file mode 100644 index 00000000000..00933acf99d --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-11.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-11.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-12.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-12.htm.ini new file mode 100644 index 00000000000..5ff5f5f718a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-12.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-12.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-13.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-13.htm.ini new file mode 100644 index 00000000000..af3ee6bdb6b --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-13.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-13.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-14.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-14.htm.ini new file mode 100644 index 00000000000..73eefff02e5 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-14.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-14.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-15.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-15.htm.ini new file mode 100644 index 00000000000..ebe07de6210 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-15.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-15.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-16.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-16.htm.ini new file mode 100644 index 00000000000..36a136b69cd --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-16.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-16.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-17.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-17.htm.ini new file mode 100644 index 00000000000..75d3acfbe79 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-17.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-17.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-18.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-18.htm.ini new file mode 100644 index 00000000000..e4dca9950fa --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-18.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-18.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-19.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-19.htm.ini new file mode 100644 index 00000000000..1a8e739f267 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-19.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-19.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-20.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-20.htm.ini new file mode 100644 index 00000000000..5a758403d11 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-20.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-20.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-21.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-21.htm.ini new file mode 100644 index 00000000000..7be5fdaa0d1 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-21.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-21.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-22.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-22.htm.ini new file mode 100644 index 00000000000..4ac881de0d3 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-22.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-22.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-23.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-23.htm.ini new file mode 100644 index 00000000000..c50ae00f220 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-23.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-23.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-24.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-24.htm.ini new file mode 100644 index 00000000000..6f8ca87f851 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-24.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-24.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-25.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-25.htm.ini new file mode 100644 index 00000000000..7b463e52dea --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-25.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-25.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-26.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-26.htm.ini new file mode 100644 index 00000000000..143d383962f --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-26.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-26.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-27.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-27.htm.ini new file mode 100644 index 00000000000..c466b6bb8cc --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-27.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-27.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-28.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-28.htm.ini new file mode 100644 index 00000000000..ffbe66958bb --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-28.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-28.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-29.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-29.htm.ini new file mode 100644 index 00000000000..b9f3eca69b6 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-29.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-29.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-30.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-30.htm.ini new file mode 100644 index 00000000000..60ab9706d58 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-30.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-30.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-31.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-31.htm.ini new file mode 100644 index 00000000000..4b5a47f9612 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-31.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-31.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-32.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-32.htm.ini new file mode 100644 index 00000000000..4927839bf9e --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-32.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-32.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-33.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-33.htm.ini new file mode 100644 index 00000000000..1ecaf6bfd3b --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-33.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-33.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-34.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-34.htm.ini new file mode 100644 index 00000000000..7d0ddaa47cc --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-34.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-34.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-35.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-35.htm.ini new file mode 100644 index 00000000000..859c6bd4580 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-35.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-35.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-36.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-36.htm.ini new file mode 100644 index 00000000000..762fa0568e8 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-36.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-36.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-37.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-37.htm.ini new file mode 100644 index 00000000000..27618269abb --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-37.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-37.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-38.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-38.htm.ini new file mode 100644 index 00000000000..55a97c321c8 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-38.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-38.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-39.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-39.htm.ini new file mode 100644 index 00000000000..cdf10813ceb --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-39.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-39.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-40.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-40.htm.ini new file mode 100644 index 00000000000..99b6289950f --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-40.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-40.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-41.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-41.htm.ini new file mode 100644 index 00000000000..d2d69f5537a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-41.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-41.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-42.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-42.htm.ini new file mode 100644 index 00000000000..bba3b375886 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-42.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-42.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-43.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-43.htm.ini new file mode 100644 index 00000000000..0c1e6915bc2 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-43.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-43.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-44.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-44.htm.ini new file mode 100644 index 00000000000..081028c3c8a --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-44.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-44.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-45.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-45.htm.ini new file mode 100644 index 00000000000..99883fa2a5d --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-45.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-45.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-46.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-46.htm.ini new file mode 100644 index 00000000000..645552e49a3 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-46.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-46.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-47.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-47.htm.ini new file mode 100644 index 00000000000..5124c4250d2 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-47.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-47.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-48.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-48.htm.ini new file mode 100644 index 00000000000..ea9414cbdbe --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-48.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-48.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-49.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-49.htm.ini new file mode 100644 index 00000000000..4144bbc5409 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-49.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-49.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-50.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-50.htm.ini new file mode 100644 index 00000000000..b6439107a90 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-50.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-50.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-51.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-51.htm.ini new file mode 100644 index 00000000000..b410bb93b12 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-51.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-51.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-52.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-52.htm.ini new file mode 100644 index 00000000000..2c9e7514109 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-52.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-52.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-53.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-53.htm.ini new file mode 100644 index 00000000000..4fffd98e875 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-53.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-53.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-54.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-54.htm.ini new file mode 100644 index 00000000000..37283ae8192 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-54.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-54.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-55.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-55.htm.ini new file mode 100644 index 00000000000..cb8890afcfa --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-55.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-55.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-56.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-56.htm.ini new file mode 100644 index 00000000000..a562d60c8eb --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-56.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-56.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-57.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-57.htm.ini new file mode 100644 index 00000000000..e5f03795a88 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-57.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-57.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-58.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-58.htm.ini new file mode 100644 index 00000000000..7ee7e234555 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-58.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-58.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-59.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-59.htm.ini new file mode 100644 index 00000000000..165dfe7ef8c --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-59.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-59.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-60.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-60.htm.ini new file mode 100644 index 00000000000..a265822da12 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-60.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-60.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-61.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-61.htm.ini new file mode 100644 index 00000000000..d1226d0e00d --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-61.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-61.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-62.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-62.htm.ini new file mode 100644 index 00000000000..f07a84c252d --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-62.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-62.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-63.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-63.htm.ini new file mode 100644 index 00000000000..3a7f832b090 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-63.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-63.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-64.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-64.htm.ini new file mode 100644 index 00000000000..7611a917f01 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-64.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-64.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-65.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-65.htm.ini new file mode 100644 index 00000000000..75a24c09df1 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-65.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-65.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-66.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-66.htm.ini new file mode 100644 index 00000000000..fa2e8be2530 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-66.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-66.htm] + type: reftest + expected: FAIL diff --git a/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-67.htm.ini b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-67.htm.ini new file mode 100644 index 00000000000..e5073eb3163 --- /dev/null +++ b/tests/wpt/metadata-css/css-variables-1_dev/html/variable-supports-67.htm.ini @@ -0,0 +1,3 @@ +[variable-supports-67.htm] + type: reftest + expected: FAIL