stylo: Also update AnimationState::Paused in Animation::update_from_other if delay changes - #46689
Merged
Merged
Conversation
mrobinson
force-pushed
the
animation-panic
branch
from
July 21, 2026 12:48
6fe33eb to
fbb35e7
Compare
Collaborator
|
🤖 Opened new upstream WPT pull request (web-platform-tests/wpt#61440) with upstreamable changes. |
Collaborator
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#61440). |
yezhizhen
approved these changes
Jul 21, 2026
…m_other` if delay changes This incorporates servo/stylo#422 and adds a test case. Signed-off-by: Martin Robinson <[email protected]> Co-authored-by: Oriol Brufau <[email protected]>
mrobinson
force-pushed
the
animation-panic
branch
from
July 23, 2026 07:19
fbb35e7 to
8458f96
Compare
mrobinson
enabled auto-merge
July 23, 2026 07:19
Collaborator
|
📝 Transplanted new upstreamable changes to existing upstream WPT pull request (web-platform-tests/wpt#61440). |
ken7253
pushed a commit
to ken7253/stylo
that referenced
this pull request
Jul 27, 2026
…` if delay changes (servo#422) If the delay in an animation changes, we still might need to update the `Paused` state if the animation is moving from `Playing` to `Paused`. Servo PR: servo/servo#46689 Signed-off-by: Martin Robinson <[email protected]>
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 incorporates servo/stylo#422 and adds a test case.
Testing: This change adds a WPT crashtest.
Fixes: #46335.