From c58cec26c73da9a5c48f7d75555c6a2409965693 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Wed, 14 Mar 2018 11:55:23 +0100 Subject: Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests) Issue #55 --- .../test/css-animations/file_event-dispatch.html | 252 +++++++++++++++++++++ .../test/css-animations/file_event-order.html | 160 +++++++++++++ .../test/css-animations/test_event-dispatch.html | 15 ++ .../test/css-animations/test_event-order.html | 15 ++ 4 files changed, 442 insertions(+) create mode 100644 dom/animation/test/css-animations/file_event-dispatch.html create mode 100644 dom/animation/test/css-animations/file_event-order.html create mode 100644 dom/animation/test/css-animations/test_event-dispatch.html create mode 100644 dom/animation/test/css-animations/test_event-order.html (limited to 'dom/animation/test/css-animations') diff --git a/dom/animation/test/css-animations/file_event-dispatch.html b/dom/animation/test/css-animations/file_event-dispatch.html new file mode 100644 index 000000000..266205bc3 --- /dev/null +++ b/dom/animation/test/css-animations/file_event-dispatch.html @@ -0,0 +1,252 @@ + + +Tests for CSS animation event dispatch + + + + + + + diff --git a/dom/animation/test/css-animations/file_event-order.html b/dom/animation/test/css-animations/file_event-order.html new file mode 100644 index 000000000..da78b6541 --- /dev/null +++ b/dom/animation/test/css-animations/file_event-order.html @@ -0,0 +1,160 @@ + + +Tests for CSS animation event order + + + + + + + diff --git a/dom/animation/test/css-animations/test_event-dispatch.html b/dom/animation/test/css-animations/test_event-dispatch.html new file mode 100644 index 000000000..de3be0301 --- /dev/null +++ b/dom/animation/test/css-animations/test_event-dispatch.html @@ -0,0 +1,15 @@ + + + + +
+ + diff --git a/dom/animation/test/css-animations/test_event-order.html b/dom/animation/test/css-animations/test_event-order.html new file mode 100644 index 000000000..57f1f3876 --- /dev/null +++ b/dom/animation/test/css-animations/test_event-order.html @@ -0,0 +1,15 @@ + + + + +
+ + -- cgit v1.2.3