Sync WPT with upstream (24-10-2023) (#30607)

* wpt sync: adapt code for new TestRoot class

Fixes #30558

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* temp change to allow wpt sync build to pass

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

* Update web-platform-tests to revision b'0d5028f200c8651b17bb224657d6e1065adcff37'

* Revert "temp change to allow wpt sync build to pass"

This reverts commit bad72c7f87.

* revert metadata update for intermittent timeouts

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Servo WPT Sync 2023-10-25 03:26:53 -04:00 committed by GitHub
parent 1f961b9d38
commit 65beca94cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
814 changed files with 19834 additions and 4403 deletions

View file

@ -0,0 +1,39 @@
[scoped-registry-define-upgrade-criteria.tentative.html]
[Adding definition to global registry should not affect shadow roots using scoped registry]
expected: FAIL
[Adding definition to global registry should affect shadow roots also using global registry]
expected: FAIL
[Adding definition to scoped registry should affect all associated shadow roots]
expected: FAIL
[Adding definition to scoped registry should not affect document tree scope]
expected: FAIL
[Adding definition to scoped registry should not affect shadow roots using other registries]
expected: FAIL
[Adding definition to global registry should not upgrade nodes no longer using the registry]
expected: FAIL
[Adding definition to scoped registry should not upgrade nodes no longer using the registry]
expected: FAIL
[Adding definition to scoped registry affects associated shadow roots in all iframes]
expected: FAIL
[Adding definition to scoped registry affects associated shadow roots in other frame trees]
expected: FAIL
[Adding definition to scoped registry should not upgrade disconnected elements]
expected: FAIL
[Adding definition to scoped registry should not upgrade nodes in constructed documents]
expected: FAIL
[Adding definition to scoped registry should not upgrade nodes in detached frames]
expected: FAIL
[Adding definition to scoped registry should not upgrade nodes in closed windows]
expected: FAIL

View file

@ -0,0 +1,21 @@
[scoped-registry-define-upgrade-order.tentative.html]
[Upgrade in tree order in the same tree scope]
expected: FAIL
[Upgrade in shadow-including tree order across tree scopes]
expected: FAIL
[Upgrade order does not depend on shadow root attach order]
expected: FAIL
[Upgrade in association order across documents, then tree order in each document]
expected: FAIL
[Upgrade order is not affected by DOM order between child frames]
expected: FAIL
[Upgrade order is affected by shadow tree adoption across documents]
expected: FAIL
[Elements in the "owner" window of a scoped registry are not always upgraded first]
expected: FAIL