gecko-dev/dom/animation/test/css-animations
Shirotaka_Pro f271c4587b Bug 1179627 - Part 2: Add animation.id for CSS animations test files. r=bbirtles, r=hiikezoe 2015-12-21 11:02:21 +09:00
..
file_animation-cancel.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_animation-computed-timing.html Bug 1108055 - Part 4: Add ComputedTiming mochitests. r=birtles 2015-11-02 00:37:00 +01:00
file_animation-currenttime.html Bug 1195180 part 9 - Add test for seeking finished -> paused; r=heycam 2015-09-28 12:38:41 +09:00
file_animation-finish.html Bug 1178665 - Part 3: Make finish notifications asynchronously in most cases. r=bbirtles, r=smaug 2015-07-29 23:21:00 +02:00
file_animation-finished.html Bug 1178665 - Part 3: Make finish notifications asynchronously in most cases. r=bbirtles, r=smaug 2015-07-29 23:21:00 +02:00
file_animation-id.html Bug 1179627 - Part 2: Add animation.id for CSS animations test files. r=bbirtles, r=hiikezoe 2015-12-21 11:02:21 +09:00
file_animation-oncancel.html Bug 1178664 - Part 4 -Implement Animation.oncancel event. r=bbirtles, r=smaug 2015-07-30 23:26:00 +02:00
file_animation-onfinish.html Bug 1178664 - Part 3 - Implement Animation.onfinish event. r=bbirtles, r=smaug 2015-07-30 23:25:00 +02:00
file_animation-pausing.html Bug 1216846 - Don't update hold time when completing a pause if it is already set; r=heycam 2015-11-02 08:33:58 +09:00
file_animation-play.html Bug 1166164 part 5 - Make play() throw when it should seek to the end of an infinite effect; r=jwatt, r=smaug 2015-05-19 14:00:48 +09:00
file_animation-playbackrate.html Bug 1127380 - Tests for Animation.playbackRate. r=bbirtles 2015-07-06 22:11:00 +02:00
file_animation-playstate.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_animation-ready.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_animation-reverse.html Bug 1208938 part 3 - Update pending finishing handling; r=heycam 2015-10-07 14:30:28 +09:00
file_animation-starttime.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_animations-dynamic-changes.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_cssanimation-animationname.html Bug 1179111 part 1 - Implement CSSAnimation.animationName; r=smaug, r=jwatt 2015-07-01 12:15:42 +09:00
file_document-get-animations.html Bug 1212720 - Part 4: Remove all cancelAllAnimationsOnEnd. It is not needed any more. r=bbirtles 2015-12-22 00:50:00 -05:00
file_effect-target.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
file_element-get-animations.html Bug 1171817 part 9 - Add override of HasLowerCompositeOrderThan for CSS animations; r=dbaron 2015-06-09 11:13:54 +09:00
file_keyframeeffect-getframes.html Bug 1216872 - Make 100% Keyframe returned by getFrames() have easing:linear. r=birtles 2015-10-22 19:22:38 +11:00
test_animation-cancel.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-computed-timing.html Bug 1108055 - Part 4: Add ComputedTiming mochitests. r=birtles 2015-11-02 00:37:00 +01:00
test_animation-currenttime.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-finish.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-finished.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-id.html Bug 1179627 - Part 2: Add animation.id for CSS animations test files. r=bbirtles, r=hiikezoe 2015-12-21 11:02:21 +09:00
test_animation-oncancel.html Bug 1178664 - Part 4 -Implement Animation.oncancel event. r=bbirtles, r=smaug 2015-07-30 23:26:00 +02:00
test_animation-onfinish.html Bug 1178664 - Part 3 - Implement Animation.onfinish event. r=bbirtles, r=smaug 2015-07-30 23:25:00 +02:00
test_animation-pausing.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-play.html Bug 1166164 part 5 - Make play() throw when it should seek to the end of an infinite effect; r=jwatt, r=smaug 2015-05-19 14:00:48 +09:00
test_animation-playbackrate.html Bug 1127380 - Tests for Animation.playbackRate. r=bbirtles 2015-07-06 22:11:00 +02:00
test_animation-playstate.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-ready.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animation-reverse.html Bug 1150808 - Implement Animation.reverse(). r=smaug r=birtles 2015-07-09 22:54:00 +02:00
test_animation-starttime.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_animations-dynamic-changes.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_cssanimation-animationname.html Bug 1179111 part 1 - Implement CSSAnimation.animationName; r=smaug, r=jwatt 2015-07-01 12:15:42 +09:00
test_document-get-animations.html Bug 1212720 - Part 2: Tests for document.getAnimations. r=heycam 2016-01-06 14:22:00 -05:00
test_effect-target.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_element-get-animations.html Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles 2015-04-30 14:25:03 -04:00
test_keyframeeffect-getframes.html Bug 1198708 - Part 7: Tests. r=birtles 2015-09-29 12:20:14 +10:00