From 2667ce66c541ed691546980dea1d158a39724a84 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Thu, 18 Dec 2014 08:42:40 +0900 Subject: [PATCH] Bug 1104435 part 8 - Add tests for AnimationPlayer.ready; r=heycam --- .../test_animation-player-ready.html | 80 +++++++++++++++++++ .../test_animation-player-ready.html | 38 +++++++++ dom/animation/test/mochitest.ini | 2 + 3 files changed, 120 insertions(+) create mode 100644 dom/animation/test/css-animations/test_animation-player-ready.html create mode 100644 dom/animation/test/css-transitions/test_animation-player-ready.html diff --git a/dom/animation/test/css-animations/test_animation-player-ready.html b/dom/animation/test/css-animations/test_animation-player-ready.html new file mode 100644 index 00000000000..854a536cece --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-player-ready.html @@ -0,0 +1,80 @@ + + + + + +
+ + diff --git a/dom/animation/test/css-transitions/test_animation-player-ready.html b/dom/animation/test/css-transitions/test_animation-player-ready.html new file mode 100644 index 00000000000..c65f1996bfe --- /dev/null +++ b/dom/animation/test/css-transitions/test_animation-player-ready.html @@ -0,0 +1,38 @@ + + + + + +
+ diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index 8ecc3b60c34..5dea8ba8719 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -8,11 +8,13 @@ skip-if = buildapp == 'mulet' [css-animations/test_animation-effect-name.html] [css-animations/test_animation-pausing.html] [css-animations/test_animation-player-playstate.html] +[css-animations/test_animation-player-ready.html] [css-animations/test_animation-target.html] [css-animations/test_element-get-animation-players.html] skip-if = buildapp == 'mulet' [css-transitions/test_animation-effect-name.html] [css-transitions/test_animation-pausing.html] +[css-transitions/test_animation-player-ready.html] [css-transitions/test_animation-target.html] [css-transitions/test_element-get-animation-players.html] skip-if = buildapp == 'mulet'