[wpt-sync] Sync PR 35269 - [css-flex] New max-content width algorithm for column wrap flexboxes
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35269 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35269
Details from upstream follow.
David Grogan <dgrogan@chromium.org> wrote:
[css-flex] New max-content width algorithm for column wrap flexboxes
min-content width algorithm is unchanged, which matches old behavior and
what was suggested on github (link), but I'm reserving the right to
modify it to reduce the frequency of overflow.Bug: 240765
Change-Id: I91a6180f04e9514eec8d3a1ea2fdbda24b598096
Reviewed-on: https://chromium-review.googlesource.com/3740999
WPT-Export-Revision: 75356add909368cd06d81df61c098622133d750a
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 9 tests
Status Summary
Firefox
OK
: 2
PASS
: 1
FAIL
: 8
Chrome
OK
: 2
PASS
: 1
FAIL
: 8
Safari
OK
: 2
PASS
: 1
FAIL
: 8
Links
Details
New Tests That Don't Pass
- /css/css-flexbox/intrinsic-size/col-wrap-005.html [wpt.fyi]
- body > div 1:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- body > div 1:
- /css/css-flexbox/intrinsic-size/col-wrap-001.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-002.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-003.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-006.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-007.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-008.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-flexbox/intrinsic-size/col-wrap-009.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d2d717969624
https://hg.mozilla.org/mozilla-central/rev/1bac4f2c3976
Description
•