Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 05ef7d4b90e18df1ac9d0bc332c37d2cca7d082c
https://github.com/WebKit/WebKit/commit/05ef7d4b90e18df1ac9d0bc332c37d2cca7d082c
Author: Antoine Quint <[email protected]>
Date: 2026-01-30 (Fri, 30 Jan 2026)
Changed paths:
M LayoutTests/webanimations/simultaneous-animations-removed-separately.html
Log Message:
-----------
[threaded-animations] test
`webanimations/simultaneous-animations-removed-separately.html` fails with
"Threaded Time-based Animations" enabled
https://bugs.webkit.org/show_bug.cgi?id=306610
rdar://169261188
Reviewed by Anne van Kesteren.
This test was added in 304710@main, the fix for bug 303217. This issue was
specific to
the "legacy" system for accelerated animations where the accelerated animation
state was
updated synchronously when timing of an animation changed. With threaded
animations,
accelerated animations are updated in a single transaction, and so this test
checking
that accelerated animations are interrupted synchronously does not make sense.
As such we disable the "Threaded Time-based Animations" flag for this test
specifically.
I double checked and the issue reported fixed in bug 303217 does not apply when
"Threaded
Time-based Animations" is enabled.
* LayoutTests/webanimations/simultaneous-animations-removed-separately.html:
Canonical link: https://commits.webkit.org/306489@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications