mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
LibWeb: Add tests for the rest of the Animation properties
This commit is contained in:
parent
e91f4dcd79
commit
dc47210360
10 changed files with 164 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
Animation's playState is idle after cancel(): true
|
||||
Animation's playState is idle immediately after play(): true
|
||||
Animation's playState is paused after pause(): true
|
||||
Animation's playState is finished after finish(): true
|
||||
Animation's playState is finished after animation runs to completion: true
|
Loading…
Add table
Add a link
Reference in a new issue