Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/shadow-dom/slots-fallback.txt
Sam Atkins 91e73ecde1 LibWeb/DOM: Stop early-out of assigning slottables when root is a slot
This would happen for example when removing a slot element from the DOM,
in which case it would keep its old list of assigned slottables even
though it now has none. Fixes a couple of WPT tests.
2025-11-26 09:52:47 +01:00

18 lines
884 B
Plaintext

Harness status: OK
Found 13 tests
13 Pass
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.
Pass Slots fallback: Mutation. Remove a slot which is a fallback content of another slot.