Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/shadow-dom/slots-fallback.txt
Shannon Booth 14d5c638eb LibWeb/HTML: Use find flattened slots in assignedElements/assignedNodes
This is very awkward, and should be improved, but this improves
our support for slots :^)
2025-05-19 23:26:02 +12:00

19 lines
891 B
Plaintext

Harness status: OK
Found 13 tests
12 Pass
1 Fail
Pass Slots fallback: Basic.
Pass Slots fallback: Basic, elements only.
Pass Slots fallback: Slots in Slots.
Pass Slots fallback: Slots in Slots, elements only.
Pass Slots fallback: Fallback contents should not be used if a node is assigned.
Pass Slots fallback: Slots in Slots: Assigned nodes should be used as fallback contents of another slot
Pass Slots fallback: Complex case.
Pass Slots fallback: Complex case, elements only.
Pass Slots fallback: Mutation. Append fallback contents.
Pass Slots fallback: Mutation. Remove fallback contents.
Pass Slots fallback: Mutation. Assign a node to a slot so that fallback contens are no longer used.
Pass Slots fallback: Mutation. Remove an assigned node from a slot so that fallback contens will be used.
Fail Slots fallback: Mutation. Remove a slot which is a fallback content of another slot.