Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
PassThe start time of a newly-created transition is unresolved
Asserts run
Pass
assert_equals(null, null, "startTime is unresolved")
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:22:3)
PassThe start time of transitions is based on when they are generated
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:37:3)
Pass
assert_equals(248.9, 248.9, "CSS transitions started together have the same start time")
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:40:3)
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:48:3)
Pass
assert_less_than(248.9, 265.6, "A CSS transition added in a later frame has a later start time")
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:51:3)
PassThe start time of a transition can be set
Asserts run
Pass
assert_approx_equals(0, 0, 0.0005, "Check setting of startTime actually works")
    at root.assert_times_equal ( /css/css-transitions/support/helper.js:112:3)
PassThe start time can be set to seek a transition
Asserts run
Pass
assert_equals(100, 100)
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:87:3)
Pass
assert_equals(150, 150)
    at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:90:3)
PassSeeking a transition using start time dispatches transition events
Asserts runNo asserts ran