Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassText node fallback should be cleared in a subsequently layout
Asserts run
Pass
assert_array_equals([Element node <span></span>], [Element node <span></span>])
    at Test.<anonymous> ( /shadow-dom/imperative-slot-fallback-clear.html:21:3)
Pass
assert_equals(0, 0, "Fallback content should not be rendered")
    at Test.<anonymous> ( /shadow-dom/imperative-slot-fallback-clear.html:22:3)
PassElement fallback should be cleared in a subsequent layout
Asserts run
Pass
assert_array_equals([Element node <span></span>], [Element node <span></span>])
    at Test.<anonymous> ( /shadow-dom/imperative-slot-fallback-clear.html:32:3)
Pass
assert_equals(0, 0, "Fallback content should not be rendered")
    at Test.<anonymous> ( /shadow-dom/imperative-slot-fallback-clear.html:33:3)