From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../tests/css/css-animations/WEB_FEATURES.yml | 5 ++ .../css-animations/crashtests/cancel-update.html | 25 ++++++++ .../pseudo-element-animation-with-marker.html | 15 +++++ .../display-none-dont-cancel-pseudo.tentative.html | 52 +++++++++++++++ .../css/css-animations/parsing/WEB_FEATURES.yml | 4 ++ .../animation-event-destroy-renderer.html | 73 ++++++++++++++++++++++ 6 files changed, 174 insertions(+) create mode 100644 testing/web-platform/tests/css/css-animations/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-animations/crashtests/cancel-update.html create mode 100644 testing/web-platform/tests/css/css-animations/crashtests/pseudo-element-animation-with-marker.html create mode 100644 testing/web-platform/tests/css/css-animations/display-none-dont-cancel-pseudo.tentative.html create mode 100644 testing/web-platform/tests/css/css-animations/parsing/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/css/css-animations/stability/animation-event-destroy-renderer.html (limited to 'testing/web-platform/tests/css/css-animations') diff --git a/testing/web-platform/tests/css/css-animations/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-animations/WEB_FEATURES.yml new file mode 100644 index 0000000000..2059bd4927 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: animation-composition + files: + - animation-composition.html + - animation-composition-* diff --git a/testing/web-platform/tests/css/css-animations/crashtests/cancel-update.html b/testing/web-platform/tests/css/css-animations/crashtests/cancel-update.html new file mode 100644 index 0000000000..1cb094692e --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/crashtests/cancel-update.html @@ -0,0 +1,25 @@ + + + +Check that cancelling one running animation and updating another doesn't +crash. + +
+ diff --git a/testing/web-platform/tests/css/css-animations/crashtests/pseudo-element-animation-with-marker.html b/testing/web-platform/tests/css/css-animations/crashtests/pseudo-element-animation-with-marker.html new file mode 100644 index 0000000000..ba7fc2371a --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/crashtests/pseudo-element-animation-with-marker.html @@ -0,0 +1,15 @@ + + + +Test if it doesn't crash when pseudo element has animation with marker + + + + diff --git a/testing/web-platform/tests/css/css-animations/display-none-dont-cancel-pseudo.tentative.html b/testing/web-platform/tests/css/css-animations/display-none-dont-cancel-pseudo.tentative.html new file mode 100644 index 0000000000..bed4ec2b80 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/display-none-dont-cancel-pseudo.tentative.html @@ -0,0 +1,52 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/css/css-animations/parsing/WEB_FEATURES.yml b/testing/web-platform/tests/css/css-animations/parsing/WEB_FEATURES.yml new file mode 100644 index 0000000000..7e3ccd1b3b --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/parsing/WEB_FEATURES.yml @@ -0,0 +1,4 @@ +features: +- name: animation-composition + files: + - animation-composition-* diff --git a/testing/web-platform/tests/css/css-animations/stability/animation-event-destroy-renderer.html b/testing/web-platform/tests/css/css-animations/stability/animation-event-destroy-renderer.html new file mode 100644 index 0000000000..0a1e1d5085 --- /dev/null +++ b/testing/web-platform/tests/css/css-animations/stability/animation-event-destroy-renderer.html @@ -0,0 +1,73 @@ + + + + Destroy and Hide Element in Animation Iteration Event + + + + + +
+
+
+
+ + + + + + -- cgit v1.2.3