This is fallback content

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassChildren of a slot in a document tree should not be counted in flattened assigned nodes.
Asserts run
Pass
assert_array_equals([Element node <slot id="slot"><div id="fallback">This is fallback conte...], [Element node <slot id="slot"><div id="fallback">This is fallback conte...])
    at Test.<anonymous> ( /shadow-dom/slots-fallback-in-document.html:24:3)
Pass
assert_array_equals([Element node <slot id="slot"><div id="fallback">This is fallback conte...], [Element node <slot id="slot"><div id="fallback">This is fallback conte...])
    at Test.<anonymous> ( /shadow-dom/slots-fallback-in-document.html:25:3)
PassSlot fallback content in shadow tree should be counted in flattened assigned nodes.
Asserts run
Pass
assert_array_equals([Element node <slot id="slot"><div id="fallback">This is fallback conte...], [Element node <slot id="slot"><div id="fallback">This is fallback conte...])
    at Test.<anonymous> ( /shadow-dom/slots-fallback-in-document.html:50:3)
Pass
assert_array_equals([Element node <div id="fallback">This is fallback content</div>], [Element node <div id="fallback">This is fallback content</div>])
    at Test.<anonymous> ( /shadow-dom/slots-fallback-in-document.html:51:3)