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

[css-transition] Add an explicit style flush before changing a style. #28164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hiikezoe
Copy link
Contributor

If the target transition element hasn't been styled, the new style change
will never be an after-change style, which mean the transition will
never be triggered.

Without this change, this test is very flaky on Firefox. See
https://bugzilla.mozilla.org/show_bug.cgi?id=1698486.

If the target transition element hasn't been styled, the new style change
will never be an after-change style, which mean the transition will
never be triggered.

Without this change, this test is very flaky on Firefox. See
https://bugzilla.mozilla.org/show_bug.cgi?id=1698486.
@hiikezoe
Copy link
Contributor Author

@xidachen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants