summaryrefslogtreecommitdiff
path: root/layout/style
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 11:55:23 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-14 11:55:23 +0100
commitae3b2ee53a0b4aaf32e588a3603ba5739e01a9aa (patch)
tree318932a7d433433d94ad2ac0f7c46a1ae66a17fe /layout/style
parentc775dafed3c641af206c55d5921c81e14f1548db (diff)
downloadaura-central-ae3b2ee53a0b4aaf32e588a3603ba5739e01a9aa.tar.gz
Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests)
Issue mcp-graveyard/UXP%55
Diffstat (limited to 'layout/style')
-rw-r--r--layout/style/test/test_animations.html3
-rw-r--r--layout/style/test/test_animations_omta.html3
2 files changed, 0 insertions, 6 deletions
diff --git a/layout/style/test/test_animations.html b/layout/style/test/test_animations.html
index eaccba122..4019af77f 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 4b276c896..0b2a61ecc 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);