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,78 @@
[slots.html]
[Slots: Basic.]
expected: FAIL
[Slots: Basic, elements only.]
expected: FAIL
[Slots: Slots in closed.]
expected: FAIL
[Slots: Slots in closed, elements only.]
expected: FAIL
[Slots: Slots not in a shadow tree.]
expected: FAIL
[Slots: Slots not in a shadow tree, elements only.]
expected: FAIL
[Slots: Distributed nodes for Slots not in a shadow tree.]
expected: FAIL
[Slots: Name matching]
expected: FAIL
[Slots: No direct host child.]
expected: FAIL
[Slots: Default Slot.]
expected: FAIL
[Slots: Slot in Slot does not matter in assignment.]
expected: FAIL
[Slots: Slot is assigned to another slot]
expected: FAIL
[Slots: Open > Closed.]
expected: FAIL
[Slots: Closed > Closed.]
expected: FAIL
[Slots: Closed > Open.]
expected: FAIL
[Slots: Complex case: Basi line.]
expected: FAIL
[Slots: Mutation: appendChild.]
expected: FAIL
[Slots: Mutation: Change slot= attribute 1.]
expected: FAIL
[Slots: Mutation: Change slot= attribute 2.]
expected: FAIL
[Slots: Mutation: Change slot= attribute 3.]
expected: FAIL
[Slots: Mutation: Remove a child.]
expected: FAIL
[Slots: Mutation: Add a slot: after.]
expected: FAIL
[Slots: Mutation: Add a slot: before.]
expected: FAIL
[Slots: Mutation: Remove a slot.]
expected: FAIL
[Slots: Mutation: Change slot name= attribute.]
expected: FAIL
[Slots: Mutation: Change slot slot= attribute.]
expected: FAIL