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 /layout/style | |
parent | aade91b13a50ee4f246016fa8d8d1561f58f80ee (diff) | |
download | uxp-c58cec26c73da9a5c48f7d75555c6a2409965693.tar.gz |
Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests)
Issue #55
Diffstat (limited to 'layout/style')
-rw-r--r-- | layout/style/test/test_animations.html | 3 | ||||
-rw-r--r-- | layout/style/test/test_animations_omta.html | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/layout/style/test/test_animations.html b/layout/style/test/test_animations.html index eaccba1221..4019af77fc 100644 --- a/layout/style/test/test_animations.html +++ b/layout/style/test/test_animations.html @@ -1195,9 +1195,6 @@ is_approx(px_to_num(cs.marginRight), 100 * gTF.ease_in(0.4), 0.01, "large negative delay test at 0ms"); check_events([{ type: 'animationstart', target: div, animationName: 'anim2', elapsedTime: 3.6, - pseudoElement: "" }, - { type: 'animationiteration', target: div, - animationName: 'anim2', elapsedTime: 3.6, pseudoElement: "" }], "right after start in large negative delay test"); advance_clock(380); diff --git a/layout/style/test/test_animations_omta.html b/layout/style/test/test_animations_omta.html index 4b276c8965..0b2a61ecc7 100644 --- a/layout/style/test/test_animations_omta.html +++ b/layout/style/test/test_animations_omta.html @@ -1408,9 +1408,6 @@ addAsyncAnimTest(function *() { "large negative delay test at 0ms"); check_events([{ type: 'animationstart', target: gDiv, animationName: 'anim2', elapsedTime: 3.6, - pseudoElement: "" }, - { type: 'animationiteration', target: gDiv, - animationName: 'anim2', elapsedTime: 3.6, pseudoElement: "" }], "right after start in large negative delay test"); advance_clock(380); |