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,12 @@
[dom-tree-accessors-001.html]
[The content of title element in a shadow tree should not be accessible from owner document's "title" attribute.]
expected: FAIL
[Elements in a shadow tree should not be accessible from owner document's getElementsByName() method.]
expected: FAIL
[Elements in a shadow tree should not be accessible from owner document's "all" attribute.]
expected: FAIL
[Elements in a shadow tree should not be accessible from owner document's getElementById() method.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[selectors-api-001.html]
[Elements in a shadow tree should not be accessible from owner document's querySelector() method.]
expected: FAIL
[Elements in a shadow tree should not be accessible from owner document's querySelectorAll() method.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-007.html]
[A_04_01_07_T02]
expected: FAIL

View file

@ -0,0 +1,33 @@
[test-009.html]
[A_04_01_09_T01]
expected: FAIL
[A_04_01_09_T03]
expected: FAIL
[A_04_01_09_T05]
expected: FAIL
[A_04_01_09_T08]
expected: FAIL
[A_04_01_09_T09]
expected: FAIL
[A_04_01_09_T10]
expected: FAIL
[A_04_01_09_T11]
expected: FAIL
[A_04_01_09_T12]
expected: FAIL
[A_04_01_09_T14]
expected: FAIL
[A_04_01_09_T15]
expected: FAIL
[A_04_01_09_T16]
expected: FAIL

View file

@ -0,0 +1,2 @@
[window-named-properties-001.html]
expected: TIMEOUT