gecko-dev/dom/animation/test
Hiroyuki Ikezoe 49e012c030 Bug 1416693 - Make animation test cases that don't require asynchronous. r=boris
Below list is animation test cases remain in test_animation_observers_async.html

* single_animation : waiting for animationend event
* single_animation_cancelled_fill : waiting for animaitonend event
* tree_ordering : waiting for animationend event
* coalesce_change_cancel : testing a non-cancelling change to an animation
  followed immediately by a cancelling change sends only one removal
  notification, I am concerned that adding explicit style flush
  (e.g. getComputedstyle) might change the test purpose.
* play : redundant play() seems to be affected by asynchronous.
  I haven't dug into detail.
* finish_from_pause : waiting for Animation.ready to make sure pause pending
  state to finish.

MozReview-Commit-ID: HAelOTwSqgv

--HG--
extra : rebase_source : 819e8975028f62580dccd07fedc53d250b71f97a
2017-12-07 10:06:02 +09:00
..
chrome Bug 1416693 - Make animation test cases that don't require asynchronous. r=boris 2017-12-07 10:06:02 +09:00
crashtests Bug 1411318 - Don't consider an animation playing if its timeline is inactive; r=hiro 2017-10-26 10:18:42 +09:00
css-animations Bug 1423078 - Use waitForNextFrame() instead of waitForFrame() to make sure the next frame. r=birtles 2017-12-06 09:19:40 +09:00
css-transitions Bug 1423078 - Use waitForNextFrame() instead of waitForFrame() to make sure the next frame. r=birtles 2017-12-06 09:19:40 +09:00
document-timeline Bug 1361641 - Part 1: convert mochitest plain tests in dom to use srcdoc. r=smaug 2017-05-09 10:25:23 +08:00
mozilla Bug 1418268 - Tweak expected restyle count for the case where animation start time was clamped. r=birtles 2017-12-07 12:57:54 +09:00
style Bug 1415734 - Don't start test refresh mode if there is any suppressed paints. r=birtles 2017-11-10 06:38:15 +09:00
chrome.ini Bug 1379515 - Run test_restyles.html in content. r=birtles 2017-10-30 09:49:32 +09:00
mochitest.ini Bug 1363957 - Disable dom/animation/test/mozilla/test_deferred_start.html on android/debug and win10 for frequent failures. r=me, a=test-only 2017-11-13 12:20:01 -05:00
testcommon.js Bug 1421476 - Make waitForAnimationFrames wait for the correct number of consecutive animation frames for the given count. r=birtles 2017-11-29 13:05:07 +09:00