-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upstream animation-ready-promise.html from Blink #3330
Upstream animation-ready-promise.html from Blink #3330
Conversation
Reviewers for this pull request are: @birtles. |
Critic review: https://critic.hoppipolla.co.uk/r/6727 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
The format of these tests looks great. However, I think this is testing from the wrong angle. I think it's better if we approach this by writing tests for each procedure in the timing model, and, for each one that is supposed to touch the ready promise, test it there. I think that's the direction we want to go moving forwards and it's the easiest way to make sure we're giving the spec full coverage without adding redundant tests. What do you think? |
- Use null instead of {} or [] for keyframes - Use times with MS_PER_SEC
34613d3
to
38e69e7
Compare
These tests are now available on w3c-test.org |
Firefox (nightly channel)Testing web-platform-tests at revision 10a8a3a6b43c54ef4a836678ff35a26b71c37765 All results6 tests ran/web-animations/interfaces/Animation/idlharness.html
/web-animations/interfaces/Animation/ready.html
/web-animations/timing-model/animations/canceling-an-animation.html
/web-animations/timing-model/animations/finishing-an-animation.html
/web-animations/timing-model/animations/pausing-an-animation.html
/web-animations/timing-model/animations/playing-an-animation.html
|
Chrome (unstable channel)Testing web-platform-tests at revision 10a8a3a6b43c54ef4a836678ff35a26b71c37765 All results6 tests ran/web-animations/interfaces/Animation/idlharness.html
/web-animations/interfaces/Animation/ready.html
/web-animations/timing-model/animations/canceling-an-animation.html
/web-animations/timing-model/animations/finishing-an-animation.html
/web-animations/timing-model/animations/pausing-an-animation.html
/web-animations/timing-model/animations/playing-an-animation.html
|
Import
https://chromium.googlesource.com/chromium/src/+/f8f67bb5d779485ad13daa1ee42268a2e90642b7/third_party/WebKit/LayoutTests/web-animations-api/animation-ready-promise.html
This change is