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 --- .../timing-model/timelines/document-timelines.html | 50 + .../timelines/resources/target-frame.html | 76 ++ .../timelines/resources/timeline-frame.html | 20 + .../timelines/sibling-iframe-timeline.html | 58 ++ .../timing-model/timelines/timelines.html | 112 +++ .../update-and-send-events-replacement.html | 1017 ++++++++++++++++++++ .../timelines/update-and-send-events.html | 257 +++++ 7 files changed, 1590 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/document-timelines.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/resources/target-frame.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/resources/timeline-frame.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/sibling-iframe-timeline.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/timelines.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events.html (limited to 'testing/web-platform/tests/web-animations/timing-model/timelines') diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/document-timelines.html b/testing/web-platform/tests/web-animations/timing-model/timelines/document-timelines.html new file mode 100644 index 0000000000..c71d73331c --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/document-timelines.html @@ -0,0 +1,50 @@ + + +Document timelines + + + + +
+ diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/resources/target-frame.html b/testing/web-platform/tests/web-animations/timing-model/timelines/resources/target-frame.html new file mode 100644 index 0000000000..18ee4fd8a2 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/resources/target-frame.html @@ -0,0 +1,76 @@ + + + + + + + +
+ + + + diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/resources/timeline-frame.html b/testing/web-platform/tests/web-animations/timing-model/timelines/resources/timeline-frame.html new file mode 100644 index 0000000000..9c8cdabc9d --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/resources/timeline-frame.html @@ -0,0 +1,20 @@ + + + + + + + diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/sibling-iframe-timeline.html b/testing/web-platform/tests/web-animations/timing-model/timelines/sibling-iframe-timeline.html new file mode 100644 index 0000000000..8a611c8579 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/sibling-iframe-timeline.html @@ -0,0 +1,58 @@ + + + + + Animate using sibling iframe's timeline + + + + + + + diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/timelines.html b/testing/web-platform/tests/web-animations/timing-model/timelines/timelines.html new file mode 100644 index 0000000000..d570eed5c2 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/timelines.html @@ -0,0 +1,112 @@ + + +Timelines + + + + + +
+ diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html b/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html new file mode 100644 index 0000000000..d6ed734831 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events-replacement.html @@ -0,0 +1,1017 @@ + + +Update animations and send events (replacement) + + + + + +
+ diff --git a/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events.html b/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events.html new file mode 100644 index 0000000000..255e013f27 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/timelines/update-and-send-events.html @@ -0,0 +1,257 @@ + + +Update animations and send events + + + + + +
+ -- cgit v1.2.3