Bug 1104435 part 7 - Update AnimationPlayer tests to wait on ready promise; r=heycam
commit28dc20551a4d992461d3ca08411e4c7f5bc8d479
authorBrian Birtles <birtles@gmail.com>
Wed, 17 Dec 2014 23:42:40 +0000 (18 08:42 +0900)
committerBrian Birtles <birtles@gmail.com>
Wed, 17 Dec 2014 23:42:40 +0000 (18 08:42 +0900)
treed3ae077498d2a6de106e5982a894efcd4ea0e964
parente510de8cf2add15e04cca5dd30ce31844ba3de2b
Bug 1104435 part 7 - Update AnimationPlayer tests to wait on ready promise; r=heycam

AnimationPlayer.ready will currently always be resolved but by updating these
tests to wait on it anyway they should continue to work once we introduce the
delayed animation start behavior.
dom/animation/test/css-animations/test_animation-pausing.html
dom/animation/test/css-animations/test_animation-player-playstate.html
dom/animation/test/css-animations/test_animations-dynamic-changes.html
dom/animation/test/css-animations/test_element-get-animation-players.html
dom/animation/test/css-transitions/test_animation-pausing.html
dom/animation/test/css-transitions/test_element-get-animation-players.html
dom/animation/test/testcommon.js