mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests)
Issue #55
This commit is contained in:
parent
901d2a277f
commit
2243f5248c
10 changed files with 469 additions and 24 deletions
|
|
@ -19,6 +19,8 @@ support-files =
|
|||
css-animations/file_document-get-animations.html
|
||||
css-animations/file_effect-target.html
|
||||
css-animations/file_element-get-animations.html
|
||||
css-animations/file_event-dispatch.html
|
||||
css-animations/file_event-order.html
|
||||
css-animations/file_keyframeeffect-getkeyframes.html
|
||||
css-animations/file_pseudoElement-get-animations.html
|
||||
css-transitions/file_animation-cancel.html
|
||||
|
|
@ -73,6 +75,8 @@ support-files =
|
|||
[css-animations/test_document-get-animations.html]
|
||||
[css-animations/test_effect-target.html]
|
||||
[css-animations/test_element-get-animations.html]
|
||||
[css-animations/test_event-dispatch.html]
|
||||
[css-animations/test_event-order.html]
|
||||
[css-animations/test_keyframeeffect-getkeyframes.html]
|
||||
[css-animations/test_pseudoElement-get-animations.html]
|
||||
[css-transitions/test_animation-cancel.html]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue