diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-04-07 04:43:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 11:43:11 +0000 |
commit | 3e249c9bc42e16963a1a3f745d9e846d0051e187 (patch) | |
tree | 012980343824e7124dc2007f6a5867fcad913504 /tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini | |
parent | 3c4a4d53dd44aa2a0cb1b0b9f73398f7211fc792 (diff) | |
download | servo-3e249c9bc42e16963a1a3f745d9e846d0051e187.tar.gz servo-3e249c9bc42e16963a1a3f745d9e846d0051e187.zip |
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>
Diffstat (limited to 'tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini b/tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini index 344a8137596..795a6dec458 100644 --- a/tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini +++ b/tests/wpt/meta/css/css-conditional/container-queries/container-units-ineligible-container.html.ini @@ -1,2 +1,27 @@ [container-units-ineligible-container.html] - expected: ERROR + [/* basic */] + expected: FAIL + + [display: table] + expected: FAIL + + [display: table-cell] + expected: FAIL + + [display: inline] + expected: FAIL + + [display: contents] + expected: FAIL + + [display: none] + expected: FAIL + + [container-type: normal] + expected: FAIL + + [container-type: inline-size] + expected: FAIL + + [container-type: inline-size; writing-mode: vertical-lr] + expected: FAIL |