[wpt-sync] Sync PR 38159 - [FlexNG] MinBlockSizeShouldEncompassIntrinsicSize for flex rows
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38159 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38159
Details from upstream follow.
Alison Maher <almaher@microsoft.com> wrote:
[FlexNG] MinBlockSizeShouldEncompassIntrinsicSize for flex rows
Update the MinBlockSizeShouldEncompassIntrinsicSize() calculation for
flex row items to check if the container has an auto block-size
in addition to whether or not the cross-size of the item would be
the container size. Otherwise, we would fail to correctly expand
due to fragmentation in some cases.See CL:3600998 for where the original logic was added.
Bug: 1409030
Change-Id: I45b5455f16c84e0d409ebbfa3bf1b0994aff2febReviewed-on: https://chromium-review.googlesource.com/4193452
WPT-Export-Revision: 0e25e38947037db802ea9a3e2a531d330958ba22
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years 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-break/flexbox/nested-flex-item-expansion-in-mulicol.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0be4b50e8a57
https://hg.mozilla.org/mozilla-central/rev/e0ec96e47129
Description
•