Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassThe animation-range-start CSS property maps to Animation's 'rangeStart' property
Asserts run
Pass
assert_equals(10, 10)
    at Test.<anonymous> ( /scroll-animations/css/animation-range-scroll-timeline.html:43:3)
Pass
assert_equals("px", "px")
    at Test.<anonymous> ( /scroll-animations/css/animation-range-scroll-timeline.html:44:3)
PassThe animation-range-end CSS property maps to Animation's 'rangeEnd' property
Asserts run
Pass
assert_equals(80, 80)
    at Test.<anonymous> ( /scroll-animations/css/animation-range-scroll-timeline.html:48:5)
Pass
assert_equals("px", "px")
    at Test.<anonymous> ( /scroll-animations/css/animation-range-scroll-timeline.html:49:5)
PassThe auto-aligned start time accounts for the animation-range-start property
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(10, 10, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
PassThe effect duration accounts for the animation-range-* properties
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(70, 70, 0.125, "values do not match for \"undefined\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)