Skip to content
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

Add testing support for toggling native fallback and configuration specific failure expectations #127

Merged
merged 2 commits into from
Apr 25, 2017

Conversation

alancutter
Copy link
Contributor

@alancutter alancutter commented Apr 19, 2017

This change adds coverage for testing the polyfill with the native element.animate() fallback logic enabled.
The polyfill ships with native fallback enabled so it's critical that we have test coverage for this.

As part of adding this support the test expectation logic needed to be taught awareness of different configurations. Now we have test expectations for specific targets as well as whether the native fallback logic is enabled.

This resolves #125.

@alancutter alancutter changed the title [WIP] Test with and without native fallback Add testing support for toggling native fallback and configuration specific failure expectations Apr 20, 2017
@alancutter
Copy link
Contributor Author

This is ready for review, PTAL.

@ewilligers ewilligers merged commit c576378 into web-animations:dev Apr 25, 2017
@alancutter alancutter deleted the testEVERYTHINGAAAA branch April 26, 2017 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test coverage for native fallback
2 participants