Pass | Animation can be constructed with null effect and null timeline | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(null, null, "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(null, null, "Animation timeline should be null")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation can be constructed with null effect and non-null timeline | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(null, null, "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]", "Animation timeline should be document.timeline")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation can be constructed with null effect and no timeline parameter | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(null, null, "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]", "Animation timeline should be document.timeline")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation can be constructed with non-null effect and null timeline | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(object "[object KeyframeEffect]", object "[object KeyframeEffect]", "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(null, null, "Animation timeline should be null")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation can be constructed with non-null effect and non-null timeline | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(object "[object KeyframeEffect]", object "[object KeyframeEffect]", "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]", "Animation timeline should be document.timeline")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation can be constructed with non-null effect and no timeline parameter | Asserts runPass | assert_not_equals(object "[object Animation]", null, "An animation sohuld be created")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:72:5) | Pass | assert_equals(object "[object KeyframeEffect]", object "[object KeyframeEffect]", "Animation returns the same effect passed to the constructor")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:74:5) | Pass | assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]", "Animation timeline should be document.timeline")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:77:5) | Pass | assert_equals("idle", "idle", "Animation.playState should be initially 'idle'")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:79:5) |
|
Pass | Animation constructed by an effect with null target runs normally | Asserts runPass | assert_equals(0, 0)
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:90:3) | Pass | assert_equals(0.5, 0.5)
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:92:3) | Pass | assert_equals(1, 1)
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:94:3) |
|
Pass | Animation constructed with a keyframe that target element is in iframe | Asserts runPass | assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:104:5) |
|
Pass | Animation created with an affect associated with another animation. | Asserts runPass | assert_equals(null, null, "Effect is reset on first animation")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:119:5) | Pass | assert_equals("finished", "finished", "Resetting the affect does not cancel the animation")
at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:120:5) |
|