WPT: animationcancel/transitioncancel are not fired synchronously on removal - #62342
Merged
Merged
Conversation
chromium-wpt-export-bot
marked this pull request as ready for review
September 1, 2026 15:25
…removal This is per spec: - https://drafts.csswg.org/css-animations-2/#event-dispatch - https://drafts.csswg.org/css-transitions-2/#event-dispatch - https://drafts.csswg.org/web-animations-1/#pending-animation-event-queue This is to ensure that all kinds of events don't run synchronously on remove. Bug: 550626700 Change-Id: I678eef979de9d049caeaa54e6e63ec4ef6cbd85b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8295899 Commit-Queue: Noam Rosenthal <nrosenthal@google.com> Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1689841}
chromium-wpt-export-bot
force-pushed
the
chromium-export-cl-8295899
branch
from
September 1, 2026 15:25
a622a22 to
17acd68
Compare
jonathan-j-lee
left a comment
Contributor
There was a problem hiding this comment.
RS, approved downstream
jonathan-j-lee
approved these changes
Sep 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is per spec:
This is to ensure that all kinds of events don't run synchronously on
remove.
Bug: 550626700
Change-Id: I678eef979de9d049caeaa54e6e63ec4ef6cbd85b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8295899
Commit-Queue: Noam Rosenthal <nrosenthal@google.com>
Reviewed-by: Vladimir Levin <vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1689841}