Enable Shadow DOM for tests (#34299)

* Enable shadowdom implementation in all tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update test expectations.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-11-20 00:57:50 -05:00 committed by GitHub
parent c73e4baca2
commit 910e8dc89f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
207 changed files with 4735 additions and 260 deletions

View file

@ -0,0 +1,33 @@
[imperative-slot-api-slotchange.html]
[slotchange event must not fire synchronously.]
expected: FAIL
[slotchange event should not fire when assignments do not change assignedNodes.]
expected: FAIL
[slotchange event should not fire when same node is assigned.]
expected: FAIL
[Fire slotchange event when slot's assigned nodes changes.]
expected: FAIL
[Fire slotchange event on previous slot and new slot when node is reassigned.]
expected: FAIL
[Fire slotchange event on node assignment and when assigned node is removed.]
expected: FAIL
[Fire slotchange event when order of assigned nodes changes.]
expected: FAIL
[Fire slotchange event when assigned node is removed.]
expected: FAIL
[Fire slotchange event when removing a slot from Shadows Root that changes its assigned nodes.]
expected: FAIL
[Fire slotchange event when assign node to nested slot, ensure event bubbles ups.]
expected: FAIL
[Signal a slot change should be done in tree order.]
expected: FAIL