ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-animations/CSSAnimation-canceling.tentative.txt
Callum Law fbcef936a9 LibWeb: Update style before getting animation play state
Pending style updates can influence this value
2025-11-02 23:54:00 +01:00

15 lines
No EOL
696 B
Text

Harness status: OK
Found 9 tests
4 Pass
5 Fail
Fail Animated style is cleared after canceling a running CSS animation
Fail Animated style is cleared after canceling a filling CSS animation
Pass After canceling an animation, it can still be seeked
Fail After canceling an animation, it can still be re-used
Fail After canceling an animation, updating animation properties doesn't make it live again
Fail After canceling an animation, updating animation-play-state doesn't make it live again
Pass Setting animation-name to 'none' cancels the animation
Pass Setting display:none on an element cancel its animations
Pass Setting display:none on an ancestor element cancels animations on descendants