CSS Animations Module Level 1 CR Test Suite

Animation Events (4 tests)

Test Refs Flags Info
+ 5 Animation Events
animation-iteration-event Animated CSS3 Animations: To verify if " animationiteration " event occurs at the end of each iteration of an animation for which animation-iteration-count is greater than one.
  • To verify if " animationiteration " event occurs at the end of each iteration of an animation for which animation-iteration-count is greater than one.
animationstart-and-animationend-events Animated CSS3 Animations: To verify animationstart and animationend events are handled.
  • To verify if "animationstart" event occurs when animation starts and "animationend" occurs when the animation ends.
+ 5.1 Interface AnimationEvent
+ 5.1.1 IDL Definition
+ 5.1.2 Attributes
pseudoelement-001 Script pseudoElement attribute of Event - return the name or empty string
pseudoelement-002 the target of the event is that pseudo-element's corresponding element
  • The target of the event is that pseudo-element's corresponding element.
+ 5.2 Types of AnimationEvent