Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassUnassigned imperative slot can render text node as the initial fallback
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /shadow-dom/imperative-slot-initial-fallback.html:19:3)
Pass
assert_greater_than(19, 0, "Fallback content should be rendered")
    at Test.<anonymous> ( /shadow-dom/imperative-slot-initial-fallback.html:20:3)
PassUnassigned imperative slot can render element as the initial fallback
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /shadow-dom/imperative-slot-initial-fallback.html:28:3)
Pass
assert_greater_than(19, 0, "Fallback content should be rendered")
    at Test.<anonymous> ( /shadow-dom/imperative-slot-initial-fallback.html:29:3)