[wpt-sync] Sync PR 23282 - [FlexNG] Fix AvailableLogicalHeight calculations for legacy flex-items.
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 23282 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/23282
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[FlexNG] Fix AvailableLogicalHeight calculations for legacy flex-items.
Previously LayoutGrid was determining its height was indefinite within
a flexbox stretching it. This resulted in a zero sized grid.This patch fixes both:
LayoutBlock::AvailableLogicalHeightForPercentageComputation
LayoutBox::AvailableLogicalHeightUsing
... to read the BoxLayoutExtraInput data-structure to correctly determine
the fixed inline/block sizes, and if the fixed block size should be
treated as definite.Bug: 1074593
Change-Id: I0cb9401d9f4d93afa94726fcb30fa4a576b04142Reviewed-on: https://chromium-review.googlesource.com/2167157
WPT-Export-Revision: b6aac60df2e4069616f499038aed9e0680667631
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests
Status Summary
Firefox
PASS: 2
Chrome
FAIL: 2
Safari
PASS: 2
Links
Comment 5•5 years ago
|
||
bugherder |
Description
•