Summary

Harness status: OK

Found 9 tests

Details

ResultTest NameMessage
PassAnimation can be constructed with null effect and null timeline
Asserts run
Pass
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)
PassAnimation can be constructed with null effect and non-null timeline
Asserts run
Pass
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)
PassAnimation can be constructed with null effect and no timeline parameter
Asserts run
Pass
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)
PassAnimation can be constructed with non-null effect and null timeline
Asserts run
Pass
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)
PassAnimation can be constructed with non-null effect and non-null timeline
Asserts run
Pass
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)
PassAnimation can be constructed with non-null effect and no timeline parameter
Asserts run
Pass
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)
PassAnimation constructed by an effect with null target runs normally
Asserts run
Pass
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)
PassAnimation constructed with a keyframe that target element is in iframe
Asserts run
Pass
assert_equals(object "[object DocumentTimeline]", object "[object DocumentTimeline]")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/constructor.html:104:5)
PassAnimation created with an affect associated with another animation.
Asserts run
Pass
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)