From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../animation-effects/active-time.html | 141 +++++ .../animation-effects/current-iteration.html | 620 +++++++++++++++++++++ .../timing-model/animation-effects/local-time.html | 29 + .../animation-effects/phases-and-states.html | 149 +++++ .../simple-iteration-progress.html | 600 ++++++++++++++++++++ 5 files changed, 1539 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animation-effects/local-time.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animation-effects/phases-and-states.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html (limited to 'testing/web-platform/tests/web-animations/timing-model/animation-effects') diff --git a/testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html b/testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html new file mode 100644 index 0000000000..a2feb2323c --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/active-time.html @@ -0,0 +1,141 @@ + + +Active time + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html b/testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html new file mode 100644 index 0000000000..24464ce05f --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/current-iteration.html @@ -0,0 +1,620 @@ + + +Current iteration + + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animation-effects/local-time.html b/testing/web-platform/tests/web-animations/timing-model/animation-effects/local-time.html new file mode 100644 index 0000000000..79437d9f54 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/local-time.html @@ -0,0 +1,29 @@ + + +Local time + + + + + + + diff --git a/testing/web-platform/tests/web-animations/timing-model/animation-effects/phases-and-states.html b/testing/web-platform/tests/web-animations/timing-model/animation-effects/phases-and-states.html new file mode 100644 index 0000000000..a33dbf517e --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/phases-and-states.html @@ -0,0 +1,149 @@ + + +Phases and states + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html b/testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html new file mode 100644 index 0000000000..3c42f79a71 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animation-effects/simple-iteration-progress.html @@ -0,0 +1,600 @@ + + +Simple iteration progress + + + + + + +
+ + -- cgit v1.2.3