From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- ...custom-property-animation-angle-comma-list.html | 59 +++++++ ...custom-property-animation-angle-space-list.html | 59 +++++++ .../animation/custom-property-animation-angle.html | 57 +++++++ ...custom-property-animation-color-comma-list.html | 59 +++++++ ...custom-property-animation-color-space-list.html | 59 +++++++ .../animation/custom-property-animation-color.html | 57 +++++++ .../custom-property-animation-custom-ident.html | 13 ++ .../animation/custom-property-animation-image.html | 13 ++ ...mation-inherited-used-by-standard-property.html | 29 ++++ ...stom-property-animation-integer-comma-list.html | 59 +++++++ ...stom-property-animation-integer-space-list.html | 59 +++++++ .../custom-property-animation-integer.html | 57 +++++++ ...ustom-property-animation-length-comma-list.html | 59 +++++++ ...rty-animation-length-percentage-comma-list.html | 59 +++++++ ...rty-animation-length-percentage-space-list.html | 59 +++++++ ...ustom-property-animation-length-percentage.html | 57 +++++++ ...ustom-property-animation-length-space-list.html | 59 +++++++ .../custom-property-animation-length.html | 57 +++++++ ...stom-property-animation-list-type-mismatch.html | 18 +++ ...on-non-inherited-used-by-standard-property.html | 27 ++++ ...ustom-property-animation-number-comma-list.html | 59 +++++++ ...ustom-property-animation-number-space-list.html | 59 +++++++ .../custom-property-animation-number.html | 57 +++++++ ...m-property-animation-percentage-comma-list.html | 59 +++++++ ...m-property-animation-percentage-space-list.html | 59 +++++++ .../custom-property-animation-percentage.html | 57 +++++++ ...m-property-animation-resolution-comma-list.html | 59 +++++++ ...m-property-animation-resolution-space-list.html | 59 +++++++ .../custom-property-animation-resolution.html | 57 +++++++ .../custom-property-animation-time-comma-list.html | 59 +++++++ .../custom-property-animation-time-space-list.html | 59 +++++++ .../animation/custom-property-animation-time.html | 57 +++++++ ...stom-property-animation-transform-function.html | 57 +++++++ ...y-animation-transform-list-multiple-values.html | 66 ++++++++ ...rty-animation-transform-list-single-values.html | 57 +++++++ .../animation/custom-property-animation-url.html | 13 ++ ...ustom-property-animation-used-in-shorthand.html | 34 ++++ .../custom-property-transition-angle.html | 16 ++ .../custom-property-transition-color.html | 16 ++ .../custom-property-transition-custom-ident.html | 16 ++ .../custom-property-transition-image.html | 16 ++ ...sition-inherited-used-by-standard-property.html | 31 ++++ .../custom-property-transition-integer.html | 16 ++ ...stom-property-transition-length-percentage.html | 16 ++ .../custom-property-transition-length.html | 16 ++ ...tion-mismatched-inherited-property-numbers.html | 43 +++++ ...custom-property-transition-mismatched-list.html | 177 +++++++++++++++++++++ ...rty-transition-mismatched-property-numbers.html | 39 +++++ ...on-non-inherited-used-by-standard-property.html | 28 ++++ .../custom-property-transition-number.html | 16 ++ .../custom-property-transition-percentage.html | 16 ++ .../custom-property-transition-property-all.html | 17 ++ .../custom-property-transition-resolution.html | 16 ++ .../animation/custom-property-transition-time.html | 16 ++ ...tom-property-transition-transform-function.html | 16 ++ .../custom-property-transition-transform-list.html | 16 ++ .../animation/custom-property-transition-url.html | 16 ++ 57 files changed, 2461 insertions(+) create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-image.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-function.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-url.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-angle.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-color.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-image.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-integer.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-property-numbers.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-non-inherited-used-by-standard-property.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-number.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-percentage.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-property-all.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-resolution.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-time.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-function.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-list.html create mode 100644 testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-url.html (limited to 'testing/web-platform/tests/css/css-properties-values-api/animation') diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html new file mode 100644 index 0000000000..a14b0bb09e --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html new file mode 100644 index 0000000000..8ce7a9deab --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle.html new file mode 100644 index 0000000000..0cb06aef0b --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-angle.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html new file mode 100644 index 0000000000..7148df0724 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html new file mode 100644 index 0000000000..679e244667 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color.html new file mode 100644 index 0000000000..001fc407e7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-color.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html new file mode 100644 index 0000000000..5bc2bed343 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-custom-ident.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-image.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-image.html new file mode 100644 index 0000000000..4f9505f9a8 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-image.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html new file mode 100644 index 0000000000..231ecca8c7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-inherited-used-by-standard-property.html @@ -0,0 +1,29 @@ + + + + + +
+
+
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html new file mode 100644 index 0000000000..3f4beaedf1 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html new file mode 100644 index 0000000000..89feb3af15 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer.html new file mode 100644 index 0000000000..400308a92e --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-integer.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html new file mode 100644 index 0000000000..6f1fefb76f --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html new file mode 100644 index 0000000000..bf3e75b791 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html new file mode 100644 index 0000000000..9497093b6e --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html new file mode 100644 index 0000000000..096efd6ba7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-percentage.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html new file mode 100644 index 0000000000..102259a070 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length.html new file mode 100644 index 0000000000..8849bf52d6 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-length.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html new file mode 100644 index 0000000000..95757445ae --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-list-type-mismatch.html @@ -0,0 +1,18 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html new file mode 100644 index 0000000000..11d3f6740d --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-non-inherited-used-by-standard-property.html @@ -0,0 +1,27 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html new file mode 100644 index 0000000000..937b6caeeb --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html new file mode 100644 index 0000000000..61f177eb05 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number.html new file mode 100644 index 0000000000..ea28acacf6 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-number.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html new file mode 100644 index 0000000000..c690046646 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html new file mode 100644 index 0000000000..d012b851fd --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage.html new file mode 100644 index 0000000000..6af498e702 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-percentage.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html new file mode 100644 index 0000000000..22201947ff --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html new file mode 100644 index 0000000000..d4765d4e32 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution.html new file mode 100644 index 0000000000..3d05139edc --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-resolution.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html new file mode 100644 index 0000000000..bf07baf130 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-comma-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html new file mode 100644 index 0000000000..c0fe206ea7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time-space-list.html @@ -0,0 +1,59 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time.html new file mode 100644 index 0000000000..b9f5984db7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-time.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-function.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-function.html new file mode 100644 index 0000000000..c4fcd5ce4c --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-function.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html new file mode 100644 index 0000000000..9ffaec830f --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-multiple-values.html @@ -0,0 +1,66 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html new file mode 100644 index 0000000000..b9bce6dd0b --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-transform-list-single-values.html @@ -0,0 +1,57 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-url.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-url.html new file mode 100644 index 0000000000..830b9e1f49 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-url.html @@ -0,0 +1,13 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html new file mode 100644 index 0000000000..63f7fd3fe7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-animation-used-in-shorthand.html @@ -0,0 +1,34 @@ + + + + + + + +
+ + diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-angle.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-angle.html new file mode 100644 index 0000000000..974fc6c0db --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-angle.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-color.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-color.html new file mode 100644 index 0000000000..445a2a6391 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-color.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html new file mode 100644 index 0000000000..73898d350d --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-custom-ident.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-image.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-image.html new file mode 100644 index 0000000000..30fe35db2b --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-image.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html new file mode 100644 index 0000000000..0680722d4a --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-inherited-used-by-standard-property.html @@ -0,0 +1,31 @@ + + + + + +
+
+
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-integer.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-integer.html new file mode 100644 index 0000000000..64685fe07c --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-integer.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html new file mode 100644 index 0000000000..f1ed1dec26 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length-percentage.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length.html new file mode 100644 index 0000000000..f5a76490cc --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-length.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html new file mode 100644 index 0000000000..292e23b1fe --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-inherited-property-numbers.html @@ -0,0 +1,43 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html new file mode 100644 index 0000000000..84473ca916 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-list.html @@ -0,0 +1,177 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-property-numbers.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-property-numbers.html new file mode 100644 index 0000000000..713a035320 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-mismatched-property-numbers.html @@ -0,0 +1,39 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-non-inherited-used-by-standard-property.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-non-inherited-used-by-standard-property.html new file mode 100644 index 0000000000..b96c28bc88 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-non-inherited-used-by-standard-property.html @@ -0,0 +1,28 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-number.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-number.html new file mode 100644 index 0000000000..a96e319686 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-number.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-percentage.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-percentage.html new file mode 100644 index 0000000000..71d51b0e27 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-percentage.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-property-all.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-property-all.html new file mode 100644 index 0000000000..6fc724cd35 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-property-all.html @@ -0,0 +1,17 @@ + + + + + +
+ diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-resolution.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-resolution.html new file mode 100644 index 0000000000..5631910b7c --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-resolution.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-time.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-time.html new file mode 100644 index 0000000000..eb579b71f1 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-time.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-function.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-function.html new file mode 100644 index 0000000000..aa491555c7 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-function.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-list.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-list.html new file mode 100644 index 0000000000..8b7424fec5 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-transform-list.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-url.html b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-url.html new file mode 100644 index 0000000000..4f22a91325 --- /dev/null +++ b/testing/web-platform/tests/css/css-properties-values-api/animation/custom-property-transition-url.html @@ -0,0 +1,16 @@ + + + + + +
+ \ No newline at end of file -- cgit v1.2.3