Enable layout_container_queries_enabled on all WPT tests (#36348)

This feature is part of --enable-experimental-web-platform-features, so
it should be enabled on all tests.

It's not really implemented beyond parsing, but it should be safe to
enable. It mostly changes test results from ERROR to FAIL.

This is part of #36315

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-07 04:43:11 -07:00 committed by GitHub
parent 3c4a4d53dd
commit 3e249c9bc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
109 changed files with 1495 additions and 151 deletions

View file

@ -1,2 +1,51 @@
[container-for-shadow-dom.html]
expected: ERROR
[Match container in outer tree]
expected: FAIL
[Match container in walking flat tree ancestors]
expected: FAIL
[Match container in ::slotted selector's originating element tree]
expected: FAIL
[Match container in outer tree for :host]
expected: FAIL
[Match container in ::part selector's originating element tree]
expected: FAIL
[Match container for ::before in ::slotted selector's originating element tree]
expected: FAIL
[Match container in outer tree for :host::before]
expected: FAIL
[Match container for ::before in ::part selector's originating element tree]
expected: FAIL
[Match container for ::part selector's originating element tree for exportparts]
expected: FAIL
[Match container for slot light tree child fallback]
expected: FAIL
[Should not match container inside shadow tree for ::part()]
expected: FAIL
[A :host::part rule should match containers in the originating element tree]
expected: FAIL
[Container name set inside a shadow tree should not match query using ::part on the outside]
expected: FAIL
[Container name set with a ::part should match query inside the shadow tree]
expected: FAIL
[Container name set inside a shadow tree should match query for a ::slotted() rule inside the tree]
expected: FAIL
[Container name set on :host from inside a shadow tree matching query inside the shadow tree]
expected: FAIL
[Container name set on :host from inside a shadow tree matching query for ::slotted inside the shadow tree]
expected: FAIL