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-computational-independence.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-computational-independence.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-conditional/container-queries/container-units-computational-independence.html.ini | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/tests/wpt/meta/css/css-conditional/container-queries/container-units-computational-independence.html.ini b/tests/wpt/meta/css/css-conditional/container-queries/container-units-computational-independence.html.ini index 2d243ce7664..c515493b253 100644 --- a/tests/wpt/meta/css/css-conditional/container-queries/container-units-computational-independence.html.ini +++ b/tests/wpt/meta/css/css-conditional/container-queries/container-units-computational-independence.html.ini @@ -1,2 +1,18 @@ [container-units-computational-independence.html] - expected: ERROR + [Container relative unit cqw is not computationally independent] + expected: FAIL + + [Container relative unit cqh is not computationally independent] + expected: FAIL + + [Container relative unit cqi is not computationally independent] + expected: FAIL + + [Container relative unit cqb is not computationally independent] + expected: FAIL + + [Container relative unit cqmin is not computationally independent] + expected: FAIL + + [Container relative unit cqmax is not computationally independent] + expected: FAIL |