Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassView timelime generates animationstart and animationend events
Asserts run
Pass
assert_false(false, "Start time deferred until timeline is updated")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:56:5)
Pass
assert_equals(0, 0, "Target initially off-screen and no animationstart event")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:62:5)
Pass
assert_equals(0, 0, "Target initially off-screen and no animationend event")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:64:5)
Pass
assert_equals(1, 1, "scrollstart event received after scrolling into view.")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:72:5)
Pass
assert_equals(0, 0, "No scrollend event until after scrolling out of view")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:74:5)
Pass
assert_equals(1, 1, "No additional scrollstart event")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:82:5)
Pass
assert_equals(1, 1, "scrollend event received after scrolling out of view")
    at Test.<anonymous> ( /scroll-animations/css/animation-events.html:84:5)