Pass | The animation-range-start CSS property maps to Animation's 'rangeStart' property | Asserts runPass | 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) |
|
Pass | The animation-range-end CSS property maps to Animation's 'rangeEnd' property | Asserts runPass | 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) |
|
Pass | The auto-aligned start time accounts for the animation-range-start property | Asserts runPass | 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) |
|
Pass | The effect duration accounts for the animation-range-* properties | Asserts runPass | 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) |
|