[wpt-sync] Sync PR 45896 - [css-flex] Include gaps in intrinsic sizes for column-wrap flexboxes
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox127 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45896 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45896
Details from upstream follow.
David Grogan <dgrogan@chromium.org> wrote:
[css-flex] Include gaps in intrinsic sizes for column-wrap flexboxes
The intrinsic sizing code borrows PlaceFlexItems from Layout, but
PlaceFlexItems doesn't handle gaps, AlignFlexLines does. We don't want to
bring all of AlignFlexLines into intrinsic sizing, so just add gaps
manually.Fixed: 335328452
Change-Id: Ic97b04ab22766a894299a3b74d0feea3734041fc
Reviewed-on: https://chromium-review.googlesource.com/5486047
WPT-Export-Revision: cda3ebc4f31ddf8825883c21c6dc70cb883f249f
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Assignee | ||
Comment 2•7 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
FAIL
: 1
Chrome
FAIL
: 1
Safari
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-flexbox/intrinsic-size/col-wrap-020.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
https://hg.mozilla.org/mozilla-central/rev/b0a42eac6a0c
https://hg.mozilla.org/mozilla-central/rev/482aaa763c91
Description
•