From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../meta/css/css-properties-values-api/__dir__.ini | 2 + .../animate-invalid.html.ini | 4 + ...om-property-animation-angle-comma-list.html.ini | 2 + ...om-property-animation-angle-space-list.html.ini | 2 + .../custom-property-animation-angle.html.ini | 2 + ...om-property-animation-color-comma-list.html.ini | 2 + ...om-property-animation-color-space-list.html.ini | 2 + .../custom-property-animation-color.html.ini | 2 + ...custom-property-animation-custom-ident.html.ini | 9 + .../custom-property-animation-image.html.ini | 9 + ...on-inherited-used-by-standard-property.html.ini | 3 + ...-property-animation-integer-comma-list.html.ini | 2 + ...-property-animation-integer-space-list.html.ini | 2 + .../custom-property-animation-integer.html.ini | 2 + ...m-property-animation-length-comma-list.html.ini | 2 + ...animation-length-percentage-comma-list.html.ini | 2 + ...animation-length-percentage-space-list.html.ini | 2 + ...m-property-animation-length-percentage.html.ini | 2 + ...m-property-animation-length-space-list.html.ini | 2 + .../custom-property-animation-length.html.ini | 2 + ...-property-animation-list-type-mismatch.html.ini | 2 + ...on-inherited-used-by-standard-property.html.ini | 3 + ...m-property-animation-number-comma-list.html.ini | 2 + ...m-property-animation-number-space-list.html.ini | 2 + .../custom-property-animation-number.html.ini | 2 + ...operty-animation-percentage-comma-list.html.ini | 2 + ...operty-animation-percentage-space-list.html.ini | 2 + .../custom-property-animation-percentage.html.ini | 2 + ...operty-animation-resolution-comma-list.html.ini | 2 + ...operty-animation-resolution-space-list.html.ini | 2 + .../custom-property-animation-resolution.html.ini | 2 + ...tom-property-animation-time-comma-list.html.ini | 2 + ...tom-property-animation-time-space-list.html.ini | 2 + .../custom-property-animation-time.html.ini | 2 + ...-property-animation-transform-function.html.ini | 2 + ...imation-transform-list-multiple-values.html.ini | 2 + ...animation-transform-list-single-values.html.ini | 2 + .../custom-property-animation-url.html.ini | 9 + ...m-property-animation-used-in-shorthand.html.ini | 3 + .../custom-property-transition-angle.html.ini | 3 + .../custom-property-transition-color.html.ini | 3 + ...ustom-property-transition-custom-ident.html.ini | 3 + .../custom-property-transition-image.html.ini | 3 + ...on-inherited-used-by-standard-property.html.ini | 3 + .../custom-property-transition-integer.html.ini | 3 + ...-property-transition-length-percentage.html.ini | 3 + .../custom-property-transition-length.html.ini | 3 + ...-mismatched-inherited-property-numbers.html.ini | 3 + ...om-property-transition-mismatched-list.html.ini | 72 +++ ...transition-mismatched-property-numbers.html.ini | 3 + ...on-inherited-used-by-standard-property.html.ini | 3 + .../custom-property-transition-number.html.ini | 3 + .../custom-property-transition-percentage.html.ini | 3 + ...ustom-property-transition-property-all.html.ini | 3 + .../custom-property-transition-resolution.html.ini | 3 + .../custom-property-transition-time.html.ini | 3 + ...property-transition-transform-function.html.ini | 3 + ...tom-property-transition-transform-list.html.ini | 3 + .../custom-property-transition-url.html.ini | 3 + .../at-property-animation.html.ini | 54 ++ .../at-property-cssom.html.ini | 4 + .../at-property-shadow.html.ini | 4 + .../at-property-stylesheets.html.ini | 16 + .../at-property-typedom.html.ini | 7 + .../at-property-viewport-units-dynamic.html.ini | 3 + .../at-property-viewport-units.html.ini | 72 +++ .../css-properties-values-api/at-property.html.ini | 78 +++ .../conditional-rules.html.ini | 2 + .../determine-registration.html.ini | 40 ++ .../font-size-animation.html.ini | 2 + .../css-properties-values-api/idlharness.html.ini | 10 + .../property-cascade.html.ini | 7 + .../register-property-syntax-parsing.html.ini | 633 +++++++++++++++++++++ .../register-property.html.ini | 16 + .../registered-properties-inheritance.html.ini | 24 + .../registered-property-change-style-001.html.ini | 7 + .../registered-property-computation.html.ini | 198 +++++++ .../registered-property-crosstalk.html.ini | 3 + .../registered-property-cssom.html.ini | 19 + .../registered-property-initial.html.ini | 88 +++ .../registered-property-revert.html.ini | 2 + .../css-properties-values-api/self-utils.html.ini | 7 + .../css/css-properties-values-api/typedom.html.ini | 5 + .../css-properties-values-api/unit-cycles.html.ini | 2 + .../url-resolution.html.ini | 2 + ...reference-registered-properties-cycles.html.ini | 16 + .../var-reference-registered-properties.html.ini | 43 ++ 87 files changed, 1597 insertions(+) create mode 100644 testing/web-platform/meta/css/css-properties-values-api/__dir__.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animate-invalid.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-image.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-function.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-url.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-angle.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-color.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-image.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-integer.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-property-numbers.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-non-inherited-used-by-standard-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-number.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-percentage.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-property-all.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-resolution.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-time.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-function.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-list.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-url.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-animation.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-cssom.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-shadow.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-stylesheets.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-typedom.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-viewport-units-dynamic.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property-viewport-units.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/at-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/conditional-rules.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/determine-registration.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/font-size-animation.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/idlharness.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/property-cascade.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/register-property-syntax-parsing.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/register-property.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-properties-inheritance.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-change-style-001.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-computation.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-crosstalk.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-cssom.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-initial.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/registered-property-revert.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/self-utils.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/typedom.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/unit-cycles.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/url-resolution.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/var-reference-registered-properties-cycles.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/var-reference-registered-properties.html.ini (limited to 'testing/web-platform/meta/css/css-properties-values-api') diff --git a/testing/web-platform/meta/css/css-properties-values-api/__dir__.ini b/testing/web-platform/meta/css/css-properties-values-api/__dir__.ini new file mode 100644 index 0000000000..49bdd14761 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/__dir__.ini @@ -0,0 +1,2 @@ +implementation-status: backlog +prefs: [layout.css.properties-and-values.enabled:true] diff --git a/testing/web-platform/meta/css/css-properties-values-api/animate-invalid.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animate-invalid.html.ini new file mode 100644 index 0000000000..8cd7852655 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animate-invalid.html.ini @@ -0,0 +1,4 @@ +[animate-invalid.html] + [Do not crash when animating to unresolved var()] + expected: FAIL + diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini new file mode 100644 index 0000000000..026d085490 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-angle-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini new file mode 100644 index 0000000000..c42e70ed8b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-angle-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini new file mode 100644 index 0000000000..7e7a1947c6 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-angle.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini new file mode 100644 index 0000000000..e83e21c26e --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-color-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini new file mode 100644 index 0000000000..1e808faf75 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-color-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini new file mode 100644 index 0000000000..72e7ea93b2 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-color.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html.ini new file mode 100644 index 0000000000..bd548c4527 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-custom-ident.html] + [Animating a custom property of type is discrete] + expected: FAIL + + [Animating a custom property of type + is discrete] + expected: FAIL + + [Animating a custom property of type # is discrete] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-image.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-image.html.ini new file mode 100644 index 0000000000..1a77e948b1 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-image.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-image.html] + [Animating a custom property of type is discrete] + expected: FAIL + + [Animating a custom property of type + is discrete] + expected: FAIL + + [Animating a custom property of type # is discrete] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html.ini new file mode 100644 index 0000000000..d7193f19c4 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html.ini @@ -0,0 +1,3 @@ +[custom-property-animation-inherited-used-by-standard-property.html] + [Animating an inherited CSS variable on a parent is reflected on a standard property using that variable as a value on a child] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini new file mode 100644 index 0000000000..0e55de353f --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-integer-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini new file mode 100644 index 0000000000..5dc05b5b11 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-integer-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini new file mode 100644 index 0000000000..acd237aa15 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-integer.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini new file mode 100644 index 0000000000..5bfe8ef473 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html.ini new file mode 100644 index 0000000000..93ab174f60 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length-percentage-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html.ini new file mode 100644 index 0000000000..88d31ef56c --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length-percentage-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini new file mode 100644 index 0000000000..e858bb6b3b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length-percentage.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini new file mode 100644 index 0000000000..5448787a7c --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini new file mode 100644 index 0000000000..ffd994911f --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-length.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html.ini new file mode 100644 index 0000000000..506ff50908 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-list-type-mismatch.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html.ini new file mode 100644 index 0000000000..a43e77f3f8 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html.ini @@ -0,0 +1,3 @@ +[custom-property-animation-non-inherited-used-by-standard-property.html] + [Animating a non-inherited CSS variable is reflected on a standard property using that variable as a value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini new file mode 100644 index 0000000000..aed6f85fcf --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-number-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini new file mode 100644 index 0000000000..28983112cd --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-number-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini new file mode 100644 index 0000000000..ba2f34a458 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-number.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini new file mode 100644 index 0000000000..863675dc8f --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-percentage-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini new file mode 100644 index 0000000000..a9a9575f9a --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-percentage-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini new file mode 100644 index 0000000000..60ae982e07 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-percentage.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini new file mode 100644 index 0000000000..3776863e0b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-resolution-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini new file mode 100644 index 0000000000..dbc8b25fe9 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-resolution-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini new file mode 100644 index 0000000000..a6ad1dd937 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-resolution.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini new file mode 100644 index 0000000000..8e06c3a695 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-time-comma-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html.ini new file mode 100644 index 0000000000..b792fd908b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-time-space-list.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time.html.ini new file mode 100644 index 0000000000..06d93d9fa8 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-time.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-function.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-function.html.ini new file mode 100644 index 0000000000..7052253726 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-function.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-transform-function.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html.ini new file mode 100644 index 0000000000..5aeb781c10 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-transform-list-multiple-values.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html.ini new file mode 100644 index 0000000000..dff8026d57 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html.ini @@ -0,0 +1,2 @@ +[custom-property-animation-transform-list-single-values.html] + expected: ERROR diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-url.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-url.html.ini new file mode 100644 index 0000000000..6db3f5e85e --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-url.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-url.html] + [Animating a custom property of type is discrete] + expected: FAIL + + [Animating a custom property of type + is discrete] + expected: FAIL + + [Animating a custom property of type # is discrete] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html.ini new file mode 100644 index 0000000000..194e89067d --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html.ini @@ -0,0 +1,3 @@ +[custom-property-animation-used-in-shorthand.html] + [Animated custom property is applied in a shorthand property.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-angle.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-angle.html.ini new file mode 100644 index 0000000000..42d99c9ddf --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-angle.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-angle.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-color.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-color.html.ini new file mode 100644 index 0000000000..53bd3b837a --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-color.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-color.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html.ini new file mode 100644 index 0000000000..83c6af4ea8 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-custom-ident.html] + [A custom property of type can yield a discrete CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-image.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-image.html.ini new file mode 100644 index 0000000000..25b036dcac --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-image.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-image.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html.ini new file mode 100644 index 0000000000..6811e45582 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-inherited-used-by-standard-property.html] + [Running a transition an inherited CSS variable is reflected on a standard property using that variable as a value] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-integer.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-integer.html.ini new file mode 100644 index 0000000000..89f73e2720 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-integer.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-integer.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html.ini new file mode 100644 index 0000000000..4fa88b0e48 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-length-percentage.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length.html.ini new file mode 100644 index 0000000000..0d8ffbda50 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-length.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-length.html] + [A custom property of type can yield a CSS Transition] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html.ini new file mode 100644 index 0000000000..86b263fbb0 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html.ini @@ -0,0 +1,3 @@ +[custom-property-transition-mismatched-inherited-property-numbers.html] + [Using a single "transition-property" value set to a custom property and two "transition-duration" values correctly yields a CSS Transition when the transition properties are set on a parent and the child inherits.] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html.ini b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html.ini new file mode 100644 index 0000000000..82812be564 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html.ini @@ -0,0 +1,72 @@ +[custom-property-transition-mismatched-list.html] + [A custom property of type + yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type + yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type + yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type + yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type + yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type # yields a discrete CSS Transition if the lists do not contain the same number of values] + expected: FAIL + + [A custom property of type