From 07954fa4d63c9872e7791f6fee8e6356e1d0fd76 Mon Sep 17 00:00:00 2001 From: Jonathan Watt Date: Fri, 20 Feb 2015 15:14:11 +0000 Subject: [PATCH] Bug 1073379, part 6 - Tests for the effect of setting CSS animation's AnimationPlayer.startTime. r=dholbert --- .../test_animation-player-starttime.html | 554 ++++++++++++++++++ dom/animation/test/mochitest.ini | 1 + 2 files changed, 555 insertions(+) create mode 100644 dom/animation/test/css-animations/test_animation-player-starttime.html diff --git a/dom/animation/test/css-animations/test_animation-player-starttime.html b/dom/animation/test/css-animations/test_animation-player-starttime.html new file mode 100644 index 000000000000..a1bf203db96c --- /dev/null +++ b/dom/animation/test/css-animations/test_animation-player-starttime.html @@ -0,0 +1,554 @@ + + + + + Tests for the effect of setting a CSS animation's AnimationPlayer.startTime + + + + + +
+ + + diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index ae6914dea901..22f190308bb3 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -9,6 +9,7 @@ skip-if = buildapp == 'mulet' [css-animations/test_animation-pausing.html] [css-animations/test_animation-player-playstate.html] [css-animations/test_animation-player-ready.html] +[css-animations/test_animation-player-starttime.html] [css-animations/test_animation-target.html] [css-animations/test_element-get-animation-players.html] skip-if = buildapp == 'mulet'