Pass | An origin time of zero is used when none is supplied | Asserts runPass | assert_approx_equals(0, 0, 0.001, undefined)
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|
Pass | A zero origin time produces a document timeline with a current time identical to the default document timeline | Asserts runPass | assert_approx_equals(0, 0, 0.001, undefined)
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|
Pass | A positive origin time makes the document timeline's current time lag behind the default document timeline | Asserts runPass | assert_approx_equals(-10000, -10000, 0.001, undefined)
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|
Pass | A negative origin time makes the document timeline's current time run ahead of the default document timeline | Asserts runPass | assert_approx_equals(10000, 10000, 0.001, undefined)
at window.assert_times_equal ( /web-animations/testcommon.js:14:5) |
|