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,3 @@
[test-006.html]
[A_10_02_01_06_T01]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-002.html]
expected: CRASH

View file

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

View file

@ -0,0 +1,3 @@
[test-009.html]
[A_10_01_01_04_01_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-010.html]
[A_10_01_01_04_02_T01_02]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-004.html]
[A_10_01_02_04_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-010.html]
[A_10_01_02_09_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-002.html]
[A_05_05_02_T01]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-003.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[test-003.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[test-001.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[test-002.html]
[A_05_03_02_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-003.html]
[A_05_03_03_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-002.html]
[A_05_02_02_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-001.html]
[A_08_01_01_T01]
expected: FAIL

View file

@ -0,0 +1,2 @@
[nested_tree_reftest.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[reprojection-001.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[shadow-root-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[shadow-root-002.html]
expected: CRASH

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

View file

@ -0,0 +1,6 @@
[test-001.html]
[A_06_00_01_T01]
expected: FAIL
[A_06_00_01_T02]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-003.html]
[A_06_00_03_T03]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-008.html]
expected: CRASH

View file

@ -0,0 +1,3 @@
[test-001.html]
[A_07_03_01_T01]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-002.html]
[A_07_03_02_T01]
expected: FAIL

View file

@ -0,0 +1,6 @@
[inheritance-of-content-editable-001.html]
[contentEditable of shadow trees must be undefined when contentEditable attribute of shadow host is "true"]
expected: FAIL
[contentEditable of shadow trees must be undefined when contentEditable of shadow host is "false"]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-001.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[test-002.html]
expected: CRASH