From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../timing-model/animations/current-time.html | 65 ++++ .../animations/set-the-animation-start-time.html | 207 +++++++++++++ .../set-the-target-effect-of-an-animation.html | 95 ++++++ .../set-the-timeline-of-an-animation.html | 276 +++++++++++++++++ .../animations/updating-the-finished-state.html | 331 +++++++++++++++++++++ 5 files changed, 974 insertions(+) create mode 100644 testing/web-platform/tests/web-animations/timing-model/animations/current-time.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animations/set-the-animation-start-time.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html create mode 100644 testing/web-platform/tests/web-animations/timing-model/animations/updating-the-finished-state.html (limited to 'testing/web-platform/tests/web-animations/timing-model/animations') diff --git a/testing/web-platform/tests/web-animations/timing-model/animations/current-time.html b/testing/web-platform/tests/web-animations/timing-model/animations/current-time.html new file mode 100644 index 000000000..efc7ba78b --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animations/current-time.html @@ -0,0 +1,65 @@ + + +Tests for current time + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animations/set-the-animation-start-time.html b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-animation-start-time.html new file mode 100644 index 000000000..8b74c92a4 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-animation-start-time.html @@ -0,0 +1,207 @@ + + +Setting the start time tests + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html new file mode 100644 index 000000000..4c51f0141 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-target-effect-of-an-animation.html @@ -0,0 +1,95 @@ + + +Setting the target effect tests + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html new file mode 100644 index 000000000..c540fe2ca --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html @@ -0,0 +1,276 @@ + + +Setting the timeline tests + + + + + +
+ + diff --git a/testing/web-platform/tests/web-animations/timing-model/animations/updating-the-finished-state.html b/testing/web-platform/tests/web-animations/timing-model/animations/updating-the-finished-state.html new file mode 100644 index 000000000..0b77443f2 --- /dev/null +++ b/testing/web-platform/tests/web-animations/timing-model/animations/updating-the-finished-state.html @@ -0,0 +1,331 @@ + + +Tests for updating the finished state of an animation + + + + + +
+ + -- cgit v1.2.3