Pass | Setting "animation-timeline: scroll()" yields a unique scroll timeline for siblings matching the same CSS rules | Asserts runPass | 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) |
|
Pass | Setting "animation-timeline: view()" yields a unique view timeline for siblings matching the same CSS rules | Asserts runPass | 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) |
|