Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassAnimated style is cleared after calling Animation.cancel()
Asserts run
Pass
assert_not_equals("matrix(1, 0, 0, 1, 100, 0)", "none", "transform style is animated before cancelling")
    at  /web-animations/interfaces/Animation/cancel.html:20:5
Pass
assert_equals("none", "none", "transform style is no longer animated after cancelling")
    at  /web-animations/interfaces/Animation/cancel.html:23:5
PassAfter cancelling an animation, it can still be seeked
Asserts run
Pass
assert_equals("0px", "0px", "margin-left style is not animated after cancelling")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:34:3)
Pass
assert_equals("150px", "150px", "margin-left style is updated when cancelled animation is seeked")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:38:3)
PassAfter cancelling an animation, it can still be re-used
Asserts run
Pass
assert_equals("0px", "0px", "margin-left style is not animated after cancelling")
    at  /web-animations/interfaces/Animation/cancel.html:49:5
Pass
assert_equals("100px", "100px", "margin-left style is animated after re-starting animation")
    at  /web-animations/interfaces/Animation/cancel.html:52:5
Pass
assert_equals("running", "running", "Animation succeeds in running after being re-started")
    at  /web-animations/interfaces/Animation/cancel.html:56:5
PassAnimation.finished promise should not be rejected by cancel method once it is resolved with inside finish method
Asserts run
Pass
assert_false(false, "then property shouldn't be accessed yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:87:5)
Pass
assert_true(true, "then property should be accessed")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:93:5)
Pass
assert_false(false, "then property shouldn't be called yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:94:5)
Pass
assert_true(true, "then property should be called")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:103:5)
Pass
assert_equals("dummy", "dummy", "finishedPromise shouldn't be settled yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:111:5)
Pass
assert_equals("hello", "hello", "finishedPromise should be resolved with given value")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:116:7)
Pass
assert_false(false, "then property shouldn't be accessed yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:87:5)
Pass
assert_true(true, "then property should be accessed")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:93:5)
Pass
assert_false(false, "then property shouldn't be called yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:94:5)
Pass
assert_true(true, "then property should be called")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:103:5)
Pass
assert_equals("dummy", "dummy", "finishedPromise shouldn't be settled yet")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:111:5)
Pass
assert_equals("hello", "hello", "finishedPromise should be rejected with given value")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/cancel.html:124:9)