Summary

Harness status: OK

Found 11 tests

Details

ResultTest NameMessage
PassSetting current time while reverse-pending preserves currentTime
Asserts run
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(40, 40, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassReversing an animation inverts the playback rate
Asserts run
Pass
assert_equals(1, 1, "Playback rate should not have changed")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:43:3)
Pass
assert_equals(-1, -1, "Playback rate should be inverted")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:47:3)
PassReversing an animation resets a sticky start time.
Asserts run
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(-40, -40, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(40, 40, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(100, 100, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(100, 100, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassReversing an animation does not cause it to leave the pending state
Asserts run
Pass
assert_true(true, "The animation is pending before we call reverse")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:68:3)
Pass
assert_true(true, "The animation is still pending after calling reverse")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:73:3)
PassReversing an animation does not cause it to resolve the ready promise
Asserts run
Pass
assert_false(false, "ready promise should not have been resolved yet")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:86:3)
PassReversing an animation with a negative playback rate should cause the animation to play in a forward direction
Asserts run
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(0, 0, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassReversing when when playbackRate == 0 should preserve the playback rate
Asserts run
Pass
assert_equals(0, 0, "reverse() should preserve playbackRate if the playbackRate == 0")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:109:3)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"Anchors to range start boundary when playback rate is zero\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"Anchors to range start boundary when playback rate is zero\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(0, 0, 0.125, "values do not match for \"Anchors to range start boundary when playback rate is zero\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassReversing an idle animation aligns startTime with the rangeEnd boundary
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:117:3)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"animation.startTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"animation.startTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(100, 100, 0.125, "values do not match for \"animation.startTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"animation.currentTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"animation.currentTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(100, 100, 0.125, "values do not match for \"animation.currentTime should be at its effect end\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassReversing an animation without an active timeline throws an InvalidStateError
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "() => { animation.reverse(); }")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:136:3)
PassReversing an animation plays a pausing animation
Asserts run
Pass
assert_equals("running", "running", "Animation.playState should be \"running\" after reverse()")
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:148:3)
PassReversing should use the negative pending playback rate
Asserts run
Pass
assert_equals(-2, -2)
    at Test.<anonymous> ( /scroll-animations/scroll-timelines/reverse-animation.html:161:3)