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,42 @@
[display-none.html]
expected: ERROR
[getComputedStyle when element is display:none]
expected: FAIL
[getComputedStyle when parent is display:none]
expected: FAIL
[getComputedStyle when ancestor is display:none]
expected: FAIL
[getComputedStyle when element in nested container is display:none]
expected: FAIL
[getComputedStyle when element becomes display:none]
expected: FAIL
[getComputedStyle when parent becomes display:none]
expected: FAIL
[getComputedStyle when ancestor becomes display:none]
expected: FAIL
[getComputedStyle when container becomes display:none]
expected: FAIL
[getComputedStyle when intermediate container becomes display:none]
expected: FAIL
[getComputedStyle when ::before is display:none]
expected: FAIL
[getComputedStyle when originating element is display:none]
expected: FAIL
[getComputedStyle on ::before when ancestor element is display:none]
expected: FAIL
[getComputedStyle on ::before when container is display:none]
expected: FAIL
[getComputedStyle when in display:none with layout dirty outer element]
expected: FAIL