[wpt-sync] Sync PR 43918 - [@container] Never select containers for unknown queries
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox123 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 43918 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/43918
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Never select containers for unknown queries
Per resolution in [1]. Spec PR in [2]. Behind a flag.
[1] https://github.com/w3c/csswg-drafts/issues/7551#issuecomment-1854385652
[2] https://github.com/w3c/csswg-drafts/pull/9776Bug: 1511267
Change-Id: Icf2cde2c54eec770ff4c3b5ac03a1558d8a3733f
Reviewed-on: https://chromium-review.googlesource.com/5181075
WPT-Export-Revision: f8ff5a8415a19746e250dfb9a86b4c8c9c93d39e
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 8 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 38 subtests
Status Summary
Firefox
OK
: 3
PASS
: 55
FAIL
: 17
Chrome
OK
: 3
PASS
: 61
FAIL
: 11
Safari
OK
: 3
PASS
: 55
FAIL
: 17
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-contain/container-queries/container-selection-unknown-features.html [wpt.fyi]
- width query with (foo: bar):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - width query with foo(bar):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- width query with (foo: bar):
- /css/css-contain/container-queries/query-evaluation-style.html [wpt.fyi]
- style((--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style(not (--baz: qux)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) and (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) and (--foo: bar) and (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) or (--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--baz: qux) or (--foo: bar) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) or (--baz: qux) or (--foo: bar)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--foo: bar) or (--foo: bar) or (--baz: qux)):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style(not ((--foo: bar) and (--baz: qux))):
FAIL
(Chrome:PASS
, Safari:FAIL
) - style((--baz: qux) or (not ((--baz: qux) and (--foo: bar)))):
FAIL
(Chrome:PASS
, Safari:FAIL
)
- style((--foo: bar)):
- /css/css-contain/container-queries/query-evaluation.html [wpt.fyi]
- ((unknown) or (width) or (width)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ((width) or (unknown) or (width)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ((width) or (width) or (unknown)):
FAIL
(Chrome:FAIL
, Safari:FAIL
) - ((unknown) or (height) or (width)):
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- ((unknown) or (width) or (width)):
Updated•2 years ago
|
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0568b3409351
https://hg.mozilla.org/mozilla-central/rev/ccaeebc863d2
Description
•