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:
Lucas CHOLLET 2024-12-23 13:39:34 -05:00 committed by Andreas Kling
commit abc0418710
Notes: github-actions[bot] 2024-12-30 10:08:56 +00:00
3 changed files with 101 additions and 2 deletions

View file

@ -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