Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassSetting "animation-timeline: scroll()" yields a unique scroll timeline for siblings matching the same CSS rules
Asserts run
Pass
assert_equals(5, 5, "There are as many animations as there are children")
    at Test.<anonymous> ( /scroll-animations/css/siblings-with-anonymous-timelines.html:68:5)
Pass
assert_equals(5, 5, "There are as many scroll timelines as there are children")
    at Test.<anonymous> ( /scroll-animations/css/siblings-with-anonymous-timelines.html:73:5)
PassSetting "animation-timeline: view()" yields a unique view timeline for siblings matching the same CSS rules
Asserts run
Pass
assert_equals(5, 5, "There are as many animations as there are children")
    at Test.<anonymous> ( /scroll-animations/css/siblings-with-anonymous-timelines.html:68:5)
Pass
assert_equals(5, 5, "There are as many view timelines as there are children")
    at Test.<anonymous> ( /scroll-animations/css/siblings-with-anonymous-timelines.html:73:5)