Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassgetAnimations includes inactive scroll-linked animations that have not been canceled
Asserts run
Pass
assert_equals(1, 1, "Single running animation")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:45:5)
Pass
assert_true(true, "Animation associated with a scroll timeline")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:47:5)
Pass
assert_equals(0, 0, "A canceled animation is no longer returned by getAnimations")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:54:5)
Pass
assert_equals(1, 1, "A play-pending animation is return by getAnimations")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:60:5)
Pass
assert_equals(1, 1, "Running animation is included in getAnimations list even if currentTime is null")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:72:5)
Pass
assert_true(true, "Animation has timeline associated with an element that cannot be scrolled")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:76:5)
Pass
assert_equals(null, null, "Inactive timeline when timeline's source element cannot be scrolled")
    at Test.<anonymous> ( /scroll-animations/css/get-animations-inactive-timeline.html:79:5)