Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Failanimation.overallProgress reflects the progress of a scroll animation as a number between 0 and 1assert_equals: The overallProgress is null since the currentTime is unresolved. expected (object) null but got (undefined) undefined
    at Test.<anonymous> (https://wpt.live/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:41:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/resources/testharness.js:738:36
    at new Promise (<anonymous>)
    at https://wpt.live/resources/testharness.js:737:20
Asserts run
Pass
assert_equals(null, null, "The current time is null in Idle state.")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:39:3)
Fail
assert_equals(undefined, null, "The overallProgress is null since the currentTime is unresolved.")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:41:3)
Failanimation.overallProgress reflects the overall progress of a scroll with multiple iterations.assert_equals: The overallProgress should be zero. expected (number) 0 but got (undefined) undefined
    at Test.<anonymous> (https://wpt.live/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:78:3)
Asserts run
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"The current time is resolved when ready.\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:118:3)
Pass
assert_true(true, "'actual' must be of type CSSNumberish for \"The current time is resolved when ready.\"")
    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 \"The current time is resolved when ready.\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Fail
assert_equals(undefined, 0, "The overallProgress should be zero.")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:78:3)
Failanimation.overallProgress reflects the overall progress of a scroll that uses a view-timeline.assert_approx_equals: overallProgress should reflect fraction of view timeline range scroll through. expected a number but got a "undefined"
    at Test.<anonymous> (https://wpt.live/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:131:3)
Asserts run
Pass
assert_equals("percent", "percent", "'actual' unit type must be 'percent' for \"currentTime reflects progress as a percentage\"")
    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 reflects progress as a percentage\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:120:3)
Pass
assert_approx_equals(10.666666666666679, 10.666666666666671, 0.125, "values do not match for \"currentTime reflects progress as a percentage\"")
    at assert_percents_approx_equal ( /scroll-animations/scroll-timelines/testcommon.js:130:5)
Fail
assert_approx_equals(undefined, 0.4, 0.01, "overallProgress should reflect fraction of view timeline range scroll through.")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:131:3)
FailoverallProgress of a view-timeline is bounded between 0 and 1.assert_approx_equals: overallProgress is zero when scroll offset is less than range start. expected a number but got a "undefined"
    at Test.<anonymous> (https://wpt.live/web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:157:3)
Asserts run
Pass
assert_less_than(-3.333333333333324, 0, "currentTime is negative")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:156:3)
Fail
assert_approx_equals(undefined, 0, 0.01, "overallProgress is zero when scroll offset is less than range start.")
    at Test.<anonymous> ( /web-animations/interfaces/Animation/scroll-timeline-overallProgress.tentative.html:157:3)