Relax assert for paused animations to include equality - #404
Merged
Conversation
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
mrobinson
approved these changes
Jun 28, 2026
Loirooriol
added a commit
to Loirooriol/servo
that referenced
this pull request
Jun 28, 2026
Bumps Stylo to servo/stylo#404 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
servo-wpt-sync
pushed a commit
to servo/wpt
that referenced
this pull request
Jun 28, 2026
Bumps Stylo to servo/stylo#404 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
servo-wpt-sync
pushed a commit
to web-platform-tests/wpt
that referenced
this pull request
Jun 28, 2026
Bumps Stylo to servo/stylo#404 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
pull Bot
pushed a commit
to Patreos998/servo
that referenced
this pull request
Jun 28, 2026
…46058) Bumps Stylo to servo/stylo#404 Testing: Adds a test that works both as a crashtest for the old `*progress > n` assertion in Stylo, and also as test coverage for the following `*progress -= n`, since attempting to remove that didn't fail any existing test. Fixes: servo#45950 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Loirooriol
added a commit
that referenced
this pull request
Jul 1, 2026
It's fine to subtract `n` when the value is `n`, we just don't want to get negative. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Jul 7, 2026
… r=firefox-style-system-reviewers,emilio It's fine to subtract `n` when the value is `n`, we just don't want to get negative. Imports servo/stylo#404 Differential Revision: https://phabricator.services.mozilla.com/D310921
github-actions Bot
pushed a commit
to longvatrong111/stylo
that referenced
this pull request
Jul 8, 2026
… r=firefox-style-system-reviewers,emilio It's fine to subtract `n` when the value is `n`, we just don't want to get negative. Imports servo#404 Differential Revision: https://phabricator.services.mozilla.com/D310921
lando-worker Bot
pushed a commit
to mozilla-firefox/firefox
that referenced
this pull request
Jul 10, 2026
…s to include equality, a=testonly Automatic update from web-platform-tests stylo: Relax assert for paused animations to include equality Bumps Stylo to servo/stylo#404 Signed-off-by: Oriol Brufau <obrufau@igalia.com> -- wpt-commits: 47fdd13169f9a358b4a607e1497d10166e1ff1af wpt-pr: 60956
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.
It's fine to subtract
nwhen the value isn, we just don't want to get negative.