[wpt-sync] Sync PR 31611 - [FlexNG] Set MinSizeShouldEncompassIntrinsicSize
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 31611 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/31611
Details from upstream follow.
Alison Maher <almaher@microsoft.com> wrote:
[FlexNG] Set MinSizeShouldEncompassIntrinsicSize
SetMinBlockSizeShouldEncompassIntrinsicSize() on a flex item
to allow the item to grow as a result of fragmentation.In order for this flag to have an effect on flex items inside
a column flex container, we also had to SetIsFixedBlockSize()
to false.This will be used to expand the flex lines if needed.
Bug: 660611
Change-Id: I8890cc54262c14664706b9cb9efb141a453dceffReviewed-on: https://chromium-review.googlesource.com/3276791
WPT-Export-Revision: 8e47c45de18bf39548f027b761b17a3901a886bb
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•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 2 tests
Status Summary
Firefox
FAIL: 2
Chrome
PASS: 2
Safari
PASS: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
/css/css-break/flexbox/single-line-column-flex-fragmentation-007.html: FAIL
/css/css-break/flexbox/single-line-column-flex-fragmentation-008.html: FAIL
New Tests That Don't Pass
/css/css-break/flexbox/single-line-column-flex-fragmentation-007.html: FAIL (Chrome: PASS, Safari: PASS)
/css/css-break/flexbox/single-line-column-flex-fragmentation-008.html: FAIL (Chrome: PASS, Safari: PASS)
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f9f11a82778e
https://hg.mozilla.org/mozilla-central/rev/a64e1932635f
Description
•