mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
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.
18 lines
884 B
Plaintext
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. |