1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:57:44 +00:00
serenity/Tests/LibWeb/Text/expected/WebAnimations/animation-properties/currentTime.txt
2024-03-09 15:34:27 +01:00

5 lines
266 B
Text

Animation with no timeline has null currentTime: true
Animation that hasn't been played has null currentTime: true
Played animation has a currentTime of 0: true
New animation has not started animating: true
Animation with currentTime set to end is finished: true