Summary

Harness status: OK

Found 14 tests

Details

ResultTest NameMessage
PassActive time in before phase
Asserts run
Pass
assert_equals(null, null, "Progress in before phase when using 'none' fill")
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:20:5)
Pass
assert_equals(0, 0, "Progress in before phase when using 'backwards' fill")
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:20:5)
Pass
assert_equals(null, null, "Progress in before phase when using 'forwards' fill")
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:20:5)
Pass
assert_equals(0, 0, "Progress in before phase when using 'both' fill")
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:20:5)
PassActive time in active phase and no start delay is the local time
Asserts run
Pass
assert_approx_equals(0.5, 0.5, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in active phase and positive start delay is the local time minus the start delay
Asserts run
Pass
assert_approx_equals(0.5, 0.5, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in active phase and negative start delay is the local time minus the start delay
Asserts run
Pass
assert_approx_equals(0.5, 0.5, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in after phase with no fill is unresolved
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:46:3)
PassActive time in after phase with backwards-only fill is unresolved
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:51:3)
PassActive time in after phase with forwards fill is the active duration
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:60:3)
Pass
assert_approx_equals(0.2999999999999998, 0.3, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in after phase with forwards fill, zero-duration, and infinite iteration count is the active duration
Asserts run
Pass
assert_equals(Infinity, Infinity)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:69:3)
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:70:3)
PassActive time in after phase with forwards fill and positive end delay is the active duration
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:81:3)
Pass
assert_approx_equals(0.2999999999999998, 0.3, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in after phase with forwards fill and negative end delay is the active duration + end delay
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:93:3)
Pass
assert_approx_equals(0.4999999999999998, 0.5, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time in after phase with forwards fill and negative end delay greater in magnitude than the active duration is zero
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:105:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:106:3)
PassActive time in after phase with forwards fill and negative end delay greater in magnitude than the sum of the active duration and start delay is zero
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:117:3)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:118:3)
PassActive time in after phase with 'both' fill is the active duration
Asserts run
Pass
assert_equals(2, 2)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:129:3)
Pass
assert_approx_equals(0.2999999999999998, 0.3, 0.0005, undefined)
    at window.assert_time_equals_literal ( /web-animations/testcommon.js:34:7)
PassActive time when the local time is unresolved, is unresolved
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /web-animations/timing-model/animation-effects/active-time.html:137:3)