From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/css/css-properties-values-api/__dir__.ini | 1 + ...om-property-animation-angle-comma-list.html.ini | 9 +++ ...om-property-animation-angle-space-list.html.ini | 9 +++ .../custom-property-animation-angle.html.ini | 9 +++ ...om-property-animation-color-comma-list.html.ini | 9 +++ ...om-property-animation-color-space-list.html.ini | 9 +++ .../custom-property-animation-color.html.ini | 9 +++ ...on-inherited-used-by-standard-property.html.ini | 3 + ...-property-animation-integer-comma-list.html.ini | 9 +++ ...-property-animation-integer-space-list.html.ini | 9 +++ .../custom-property-animation-integer.html.ini | 9 +++ ...m-property-animation-length-comma-list.html.ini | 9 +++ ...animation-length-percentage-comma-list.html.ini | 12 +++ ...animation-length-percentage-space-list.html.ini | 12 +++ ...m-property-animation-length-percentage.html.ini | 9 +++ ...m-property-animation-length-space-list.html.ini | 9 +++ .../custom-property-animation-length.html.ini | 9 +++ ...on-inherited-used-by-standard-property.html.ini | 3 + ...m-property-animation-number-comma-list.html.ini | 9 +++ ...m-property-animation-number-space-list.html.ini | 9 +++ .../custom-property-animation-number.html.ini | 9 +++ ...operty-animation-percentage-comma-list.html.ini | 9 +++ ...operty-animation-percentage-space-list.html.ini | 9 +++ .../custom-property-animation-percentage.html.ini | 9 +++ ...operty-animation-resolution-comma-list.html.ini | 9 +++ ...operty-animation-resolution-space-list.html.ini | 9 +++ .../custom-property-animation-resolution.html.ini | 9 +++ ...tom-property-animation-time-comma-list.html.ini | 9 +++ ...tom-property-animation-time-space-list.html.ini | 9 +++ .../custom-property-animation-time.html.ini | 9 +++ ...-property-animation-transform-function.html.ini | 9 +++ ...imation-transform-list-multiple-values.html.ini | 15 ++++ ...animation-transform-list-single-values.html.ini | 9 +++ .../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 + ...-transform-function-box-size.tentative.html.ini | 3 + ...y-transition-transform-function-matrix.html.ini | 3 + ...tion-transform-function-none.tentative.html.ini | 3 + ...-transition-transform-function-to-list.html.ini | 3 + ...property-transition-transform-function.html.ini | 3 + ...tion-transform-list-box-size.tentative.html.ini | 3 + ...perty-transition-transform-list-matrix.html.ini | 3 + ...ansition-transform-list-none.tentative.html.ini | 3 + ...tom-property-transition-transform-list.html.ini | 3 + .../custom-property-transition-url.html.ini | 3 + .../at-property-animation.html.ini | 33 +++++++++ .../at-property-typedom.html.ini | 7 ++ .../css-properties-values-api/idlharness.html.ini | 6 ++ .../register-property-syntax-parsing.html.ini | 85 ++++++++++++++++++++++ .../registered-property-revert.html.ini | 6 ++ .../css/css-properties-values-api/typedom.html.ini | 5 ++ .../var-reference-registered-properties.html.ini | 3 + 67 files changed, 584 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/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-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-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-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-box-size.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-function-matrix.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-function-none.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-function-to-list.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-box-size.tentative.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-list-matrix.html.ini create mode 100644 testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-transition-transform-list-none.tentative.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-typedom.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/register-property-syntax-parsing.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/typedom.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..8044982d8d --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/__dir__.ini @@ -0,0 +1 @@ +prefs: [layout.css.properties-and-values.enabled:true] 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..c927931b32 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-angle-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..761a17d190 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-angle-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..85962c1bd6 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-angle.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-angle.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..222aa3207e --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-color-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..d739c0ff6b --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-color-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..353b03a417 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-color.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-color.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + 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..858351d044 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-integer-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..b62653560d --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-integer-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..8e92c90a39 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-integer.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-integer.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..abb8923d6a --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-length-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..1eb856dcad --- /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,12 @@ +[custom-property-animation-length-percentage-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL + + [Animating a custom property of type # with iterationComposite] + expected: FAIL 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..a4d08bfcbc --- /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,12 @@ +[custom-property-animation-length-percentage-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL + + [Animating a custom property of type + with iterationComposite] + expected: FAIL 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..aaba583841 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-length-percentage.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..a45be88dd0 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-length-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..987a32514e --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-length.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-length.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..0c0bfafb59 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-number-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..7c0153b5ca --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-number-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..6708574da1 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-number.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-number.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..90b2bb1cf3 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-percentage-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..16429ad5d7 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-percentage-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..af993b5aff --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-percentage.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-percentage.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..559ad24370 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-resolution-comma-list.html] + [Animating a custom property of type # with a single keyframe] + expected: FAIL + + [Animating a custom property of type # with additivity] + expected: FAIL + + [Animating a custom property of type # with a single keyframe and additivity] + expected: FAIL 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..782bd0f99f --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-resolution-space-list.html] + [Animating a custom property of type + with a single keyframe] + expected: FAIL + + [Animating a custom property of type + with additivity] + expected: FAIL + + [Animating a custom property of type + with a single keyframe and additivity] + expected: FAIL 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..9ed137bb21 --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-resolution.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-resolution.html] + [Animating a custom property of type with a single keyframe] + expected: FAIL + + [Animating a custom property of type with additivity] + expected: FAIL + + [Animating a custom property of type with a single keyframe and additivity] + expected: FAIL 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..2eea51d16a --- /dev/null +++ b/testing/web-platform/meta/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html.ini @@ -0,0 +1,9 @@ +[custom-property-animation-time-comma-list.html] + [Animating a custom property of type