Summary

Harness status: OK

Found 4 tests

Details

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