[wpt-sync] Sync PR 50641 - [flex] Fix justify-content:stretch
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50641 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50641
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[flex] Fix justify-content:stretch
Previously the kStretch branch in ContentDistributionSpace was
unreachable.This changed after:
https://chromium-review.googlesource.com/c/chromium/src/+/6102219
(which coerced stretch to default in flexible_box_algorithm.cc:145).Make kStretch behave the same as kDefault.
Fixed: 395659796
Change-Id: Id9a787ced5786cbd773d3d1e18cf0d2243ad176dReviewed-on: https://chromium-review.googlesource.com/6253778
WPT-Export-Revision: 1adb5544fd46c8d9f97cac0bdab29c87cbb94968
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 6 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
FAIL
: 1
Safari
PASS
: 1
Description
•