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

@ -1,4 +1,5 @@
[dir-auto-dynamic-changes.window.html]
expected: CRASH
[dynamic insertion of RTL text in a child element]
expected: FAIL

View file

@ -1,2 +1,2 @@
[dir-shadow-01.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-02.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-03.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-04.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-05.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-06.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-07.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-08.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-09.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-10.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-11.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-12.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-31.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-35.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-41.html]
expected: FAIL
expected: CRASH

View file

@ -1,2 +1,2 @@
[dir-shadow-42.html]
expected: FAIL
expected: CRASH

View file

@ -1,4 +1,5 @@
[dir-slots-directionality.html]
expected: CRASH
[Slots: Directionality: dir=rtl on slot]
expected: FAIL

View file

@ -1,21 +1,3 @@
[lang-attribute-shadow.window.html]
[lang only on slot]
expected: FAIL
[lang only on host]
expected: FAIL
[lang on host and slot]
expected: FAIL
[lang on host and slotted element]
expected: FAIL
[lang on host and slot and slotted element]
expected: FAIL
[lang on slot inherits from shadow host]
expected: FAIL
[lang on slot inherits from parent]
expected: FAIL