gecko-dev/dom/animation/test
Brian Birtles 6b062fb872 Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt
A number of animation tests assume that pausing happens instantaneously. This
patch adjust many of those tests so that they will continue to work when
pausing happens asynchronously. In many cases this is possible because we
know the ready promise on AnimationPlayer (soon to be Animation) objects will
be resolved so we can wait on it and it will resolve immediately now, but when
asynchronous pausing is introduced the test the promise won't resolve until
after the pause operation is complete.

There are some tests that can't be so easily adjusted and we will have to fix
these at the same time as we turn on async pausing. However, taking care of
this set of tests now should reduce the size of subsequent patches in this
series.
2015-03-27 15:56:44 +09:00
..
animation-timeline Bug 1145327 Part 2: Add test to ensure requestAnimationFrame callback timestamps always go forward in time. r=birtles,dholbert 2015-03-24 14:28:34 -07:00
chrome Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles 2015-03-23 13:07:25 +11:00
css-animations Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt 2015-03-27 15:56:44 +09:00
css-transitions Bug 1109390 part 5 - Adjust tests to better handle asynchronous pausing; r=jwatt 2015-03-27 15:56:44 +09:00
mozilla Bug 1113425 part 3 - Make test_deferred_start.html wait an extra frame; r=mattwoodrow 2015-03-17 18:38:12 +09:00
chrome.ini Bug 1123523 - Part 10: Tests. r=birtles 2015-03-14 16:34:40 +11:00
mochitest.ini Bug 1145327 Part 2: Add test to ensure requestAnimationFrame callback timestamps always go forward in time. r=birtles,dholbert 2015-03-24 14:28:34 -07:00
testcommon.js Bug 1073379, part 7 - Tests for the effect of setting a CSS transition's AnimationPlayer.startTime. r=birtles 2015-03-06 15:23:17 +00:00