fune/testing/web-platform/tests/web-animations/interfaces
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
..
Animatable Bug 1412765 - Update web-platform-tests to test new pending member; r=hiro 2017-11-21 17:12:01 +09:00
Animation Bug 1412765 - Update web-platform-tests to test new pending member; r=hiro 2017-11-21 17:12:01 +09:00
AnimationEffectTiming Bug 1419296 - Update web-platform-tests to fa27b785c62e67cc3a12201612db188c4fdd49ad, a=testonly 2017-11-21 07:39:00 +00:00
AnimationPlaybackEvent Bug 1415448 - Use arrow functions in web-platform-tests/web-animations; r=hiro 2017-11-16 12:37:14 +09:00
Document Bug 1415448 - Consistently use single quotes for string literals in web-platform-tests/web-animations; r=hiro 2017-11-16 12:38:04 +09:00
DocumentTimeline Bug 1415448 - Consistently use single quotes for string literals in web-platform-tests/web-animations; r=hiro 2017-11-16 12:38:04 +09:00
KeyframeEffect Bug 1417808 - Update test descriptions for iterationComposite.html and effect-value-iteration-composite-operation.html; r=hiro 2017-11-16 16:33:05 +09:00