diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 11:55:23 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 11:55:23 +0100 |
commit | c58cec26c73da9a5c48f7d75555c6a2409965693 (patch) | |
tree | 318932a7d433433d94ad2ac0f7c46a1ae66a17fe /dom/animation/test/mochitest.ini | |
parent | aade91b13a50ee4f246016fa8d8d1561f58f80ee (diff) | |
download | UXP-c58cec26c73da9a5c48f7d75555c6a2409965693.tar UXP-c58cec26c73da9a5c48f7d75555c6a2409965693.tar.gz UXP-c58cec26c73da9a5c48f7d75555c6a2409965693.tar.lz UXP-c58cec26c73da9a5c48f7d75555c6a2409965693.tar.xz UXP-c58cec26c73da9a5c48f7d75555c6a2409965693.zip |
Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests)
Issue #55
Diffstat (limited to 'dom/animation/test/mochitest.ini')
-rw-r--r-- | dom/animation/test/mochitest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/animation/test/mochitest.ini b/dom/animation/test/mochitest.ini index c694e4d25..07e04d4d6 100644 --- a/dom/animation/test/mochitest.ini +++ b/dom/animation/test/mochitest.ini @@ -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] |