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

Fix shady test regressions (3.x) #5288

Merged
merged 2 commits into from
Jul 18, 2018
Merged

Conversation

kevinpschaaf
Copy link
Member

Reference Issue

Fixes shady CSS test regressions that occurred based on changes in webcomponents/shadycss#187.

Since on browsers without custom properties, shadycss scoping may be flushed synchronous to custom element upgrade, this changed the timing that scoping classes could be applied to elements. The getComposedHTML helper function in the shady tests has been updated to strip scoping classes, so that the test assertions don't need to care about this timing difference.

This change also applies changes already made on master to extend 3 Edge test skips beyond just Edge 16 to all versions of Edge. Same for Safari keyframe tests.

@kevinpschaaf kevinpschaaf merged commit 7071cd5 into master Jul 18, 2018
@kevinpschaaf kevinpschaaf deleted the 5286-kschaaf-shady-tests-3.x branch July 18, 2018 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants