mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-26 20:26:53 +00:00
LibWeb/DOM: Convert elapsedTime to seconds when firing AnimationEvents
This makes all three subtests from this test to pass: - css/css-animations/animationevent-types.html
This commit is contained in:
parent
61b444d538
commit
abc0418710
Notes:
github-actions[bot]
2024-12-30 10:08:56 +00:00
Author: https://github.com/LucasChollet
Commit: abc0418710
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3026
Reviewed-by: https://github.com/tcl3
3 changed files with 101 additions and 2 deletions
|
@ -0,0 +1,8 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 3 tests
|
||||
|
||||
3 Pass
|
||||
Pass animationstart event is instanceof AnimationEvent
|
||||
Pass animationend event is instanceof AnimationEvent
|
||||
Pass animationiteration event is instanceof AnimationEvent
|
Loading…
Add table
Add a link
Reference in a new issue