Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassChanging the animation range updates the play state
Asserts run
Pass
assert_equals(2, 2, "Expecting 2 animations")
    at Test.<anonymous> ( /scroll-animations/css/animation-range-normal-matches-cover.html:62:7)
Pass
assert_equals("normal", "normal")
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:53:9)
Pass
assert_equals("normal", "normal")
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:53:9)
Pass
assert_equals("cover", "cover")
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:55:9)
Pass
assert_equals(0, 0)
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:56:9)
Pass
assert_equals("cover", "cover")
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:55:9)
Pass
assert_equals(100, 100)
    at assert_range_equals ( /scroll-animations/css/animation-range-normal-matches-cover.html:56:9)
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"currentTime at start of normal range\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"currentTime at start of normal range\"")
    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 \"currentTime at start of normal range\"")
    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 \"currentTime at cover 0%\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"currentTime at cover 0%\"")
    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 \"currentTime at cover 0%\"")
    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 \"currentTime at end of normal range\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"currentTime at end of normal range\"")
    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 \"currentTime at end of normal range\"")
    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 \"currentTime at cover 100%\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"currentTime at cover 100%\"")
    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 \"currentTime at cover 100%\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)