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/reattach-container-with-dirty-child.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/reattach-container-with-dirty-child.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-conditional/container-queries/reattach-container-with-dirty-child.html.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/wpt/meta/css/css-conditional/container-queries/reattach-container-with-dirty-child.html.ini b/tests/wpt/meta/css/css-conditional/container-queries/reattach-container-with-dirty-child.html.ini index cf8a718cb42..2543bb66f8b 100644 --- a/tests/wpt/meta/css/css-conditional/container-queries/reattach-container-with-dirty-child.html.ini +++ b/tests/wpt/meta/css/css-conditional/container-queries/reattach-container-with-dirty-child.html.ini @@ -1,2 +1,6 @@ [reattach-container-with-dirty-child.html] - expected: ERROR + [Initially wider than 200px] + expected: FAIL + + [Container query changed and inner.style applied] + expected: FAIL |