From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../crashtests/get-computed-timing-crash.html | 20 +++++++ .../crashtests/infinite-active-duration.html | 68 ++++++++++++++++++++++ ...overlapping-animations-one-not-current-001.html | 17 ++++++ .../crashtests/reparent-animating-element-001.html | 40 +++++++++++++ .../crashtests/reparent-animating-element-002.html | 44 ++++++++++++++ 5 files changed, 189 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/crashtests/get-computed-timing-crash.html create mode 100644 testing/web-platform/tests/web-animations/crashtests/infinite-active-duration.html create mode 100644 testing/web-platform/tests/web-animations/crashtests/partially-overlapping-animations-one-not-current-001.html create mode 100644 testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-001.html create mode 100644 testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-002.html (limited to 'testing/web-platform/tests/web-animations/crashtests') diff --git a/testing/web-platform/tests/web-animations/crashtests/get-computed-timing-crash.html b/testing/web-platform/tests/web-animations/crashtests/get-computed-timing-crash.html new file mode 100644 index 0000000000..b666eea91f --- /dev/null +++ b/testing/web-platform/tests/web-animations/crashtests/get-computed-timing-crash.html @@ -0,0 +1,20 @@ + + +GetComputedTiming on an animation without an execution context, +timeline or playback rate + + + + +
+ + + + diff --git a/testing/web-platform/tests/web-animations/crashtests/infinite-active-duration.html b/testing/web-platform/tests/web-animations/crashtests/infinite-active-duration.html new file mode 100644 index 0000000000..f92cd13942 --- /dev/null +++ b/testing/web-platform/tests/web-animations/crashtests/infinite-active-duration.html @@ -0,0 +1,68 @@ + +Various test cases producing infinite active duration + + diff --git a/testing/web-platform/tests/web-animations/crashtests/partially-overlapping-animations-one-not-current-001.html b/testing/web-platform/tests/web-animations/crashtests/partially-overlapping-animations-one-not-current-001.html new file mode 100644 index 0000000000..b943514f42 --- /dev/null +++ b/testing/web-platform/tests/web-animations/crashtests/partially-overlapping-animations-one-not-current-001.html @@ -0,0 +1,17 @@ + + +CSS Test (Animations): Reparenting an element with a web animation on the compositor + + + + + + +
X
diff --git a/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-001.html b/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-001.html new file mode 100644 index 0000000000..49ee9c433c --- /dev/null +++ b/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-001.html @@ -0,0 +1,40 @@ + + +CSS Test (Animations): Reparenting an element with a web animation on the compositor + + + + + + +
+
+ diff --git a/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-002.html b/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-002.html new file mode 100644 index 0000000000..0d3549fc33 --- /dev/null +++ b/testing/web-platform/tests/web-animations/crashtests/reparent-animating-element-002.html @@ -0,0 +1,44 @@ + + +CSS Test (Animations): Reparenting an element with a web animation on the compositor + + + + + + + +X +
+ -- cgit v1.2.3