[wpt-sync] Sync PR 31839 - [@container] (Re)move tests for named container selection
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31839 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31839
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[@container] (Re)move tests for named container selection
This is already covered well enough by container-selection.html,
except for the case where container-name alone should not establish
a container. Added a subtest for that.Bug: 1145970
Change-Id: I7cfde3a0122d6507b08574266d45b057d13c8dad
Reviewed-on: https://chromium-review.googlesource.com/3313001
WPT-Export-Revision: 3bb9f475199b21f179d18c010f9285080084c22e
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 25 subtests
Status Summary
Firefox
OK : 1
PASS: 5
FAIL: 20
Chrome
OK : 1
PASS: 5
FAIL: 20
Safari
OK : 1
PASS: 5
FAIL: 20
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/css/css-contain/container-queries/container-selection.html
size(width: 16px) for .size > .inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
size(height: 16px) for .inline > .size > span: FAIL (Chrome: FAIL, Safari: FAIL)
size(width: 16px) for .inline > .size > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(inline-size) size(width: 16px) for .inline > .size > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(inline-size) size(width: 16px) for .size > .inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(size) size(height: 16px) for .inline > .size > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(size) size(height: 32px) for .size > .inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(a) size(width: 32px) for .a-size > .b-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(b) size(width: 16px) for .a-size > .b-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(a) size(width: 16px) for .a-size > .a-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
a size(width: 32px) for .a-size > .b-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
b size(width: 16px) for .a-size > .b-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
a size(width: 16px) for .a-size > .a-size > span: FAIL (Chrome: FAIL, Safari: FAIL)
a size(width: 32px) for .a-size > .a > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(a) type(inline-size) size(width: 8px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(b) type(inline-size) size(width: 16px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(a) type(size) size(width: 32px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
name(b) type(size) size(width: 16px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(inline-size) name(a) size(width: 8px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
type(size) name(a) size(height: 32px) for .a-size > .b-size > .a-inline > span: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/56954ef2b8e2
https://hg.mozilla.org/mozilla-central/rev/b5bb7da3f2e4
Description
•