Pass | The start time of a newly-created transition is unresolved | Asserts runPass | assert_equals(null, null, "startTime is unresolved")
at Test.<anonymous> ( /css/css-transitions/CSSTransition-startTime.tentative.html:22:3) |
|
Pass | The start time of transitions is based on when they are generated | Asserts runPass | 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) |
|
Pass | The start time of a transition can be set | Asserts runPass | 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) |
|
Pass | The start time can be set to seek a transition | Asserts runPass | 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) |
|
Pass | Seeking a transition using start time dispatches transition events | Asserts runNo asserts ran |