Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassOuter animation can see scroll timeline defined by :host
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:55:5)
Pass
assert_not_equals(object "[object ScrollTimeline]", null)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:57:5)
Pass
assert_equals("y", "y")
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:58:5)
PassOuter animation can see scroll timeline defined by ::slotted
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:93:5)
Pass
assert_not_equals(object "[object ScrollTimeline]", null)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:95:5)
Pass
assert_equals("y", "y")
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:96:5)
PassInner animation can see scroll timeline defined by ::part
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:135:5)
Pass
assert_not_equals(object "[object ScrollTimeline]", null)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:137:5)
Pass
assert_equals("x", "x")
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:138:5)
PassSlotted element can see scroll timeline within the shadow
Asserts run
Pass
assert_equals(1, 1)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:175:5)
Pass
assert_not_equals(object "[object ScrollTimeline]", null)
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:177:5)
Pass
assert_equals("y", "y")
    at Test.<anonymous> ( /scroll-animations/css/scroll-timeline-name-shadow.html:178:5)