fune/testing/web-platform/tests/web-animations/timing-model
Brian Birtles c9eeea373e Bug 1412765 - Update web-platform-tests to test new pending member; r=hiro
Hopefully most of these changes are self-explanatory however a few notes follow.

* In timing-model/animations/play-states.html, as well as making the tests match
  the updated spec, one or two tests have also been moved to better reflect the
  order in the spec (to make it obvious which branch of the algorithm is being
  tested).

* In timing-model/animations/set-the-timeline-of-an-animation.html we previously
  had two tests that check:
  a) That the playState was 'pending' before and after setting the timeline.
  b) That the playState was 'pending' before setting the timeline and then,
     after setting the timeline and waiting on the ready promise, would become
     'running'.
  Likewise we had the same test for pausing.

  Since these are basically the same test--(b) just adds the wait on the ready
  promise--we combine them here into one test that covers both (a) and (b).

MozReview-Commit-ID: CLoDJvsdwmF

--HG--
extra : rebase_source : c2f34fa6614795f2d3ba9ca3e572f11306f96463
2017-11-21 17:12:01 +09:00
..
animation-effects Bug 1415448 - Use for...of instead of forEach in web-platform-tests/web-animations; r=hiro 2017-11-16 12:38:06 +09:00
animations Bug 1412765 - Update web-platform-tests to test new pending member; r=hiro 2017-11-21 17:12:01 +09:00
time-transformations Bug 1415448 - Use for...of instead of forEach in web-platform-tests/web-animations; r=hiro 2017-11-16 12:38:06 +09:00
timelines Bug 1415448 - Use arrow functions in web-platform-tests/web-animations; r=hiro 2017-11-16 12:37:14 +09:00