Closed
Bug 1693409
Opened 4 years ago
Closed 4 years ago
Firefox-only WPT failures in table-as-item-narrow-content.html
Categories
(Core :: Layout: Flexbox, defect)
Core
Layout: Flexbox
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(2 files)
After bug 1692116, we still fail the WPT tests.
https://wpt.fyi/results/css/css-flexbox?label=master&label=experimental&aligned&q=table-as-item-narrow-content.html
This is similar to bug 1692116 that we don't get the correct flex base size out of a table flex item in the inline-axis because table frame imposes a min-content inline-size in nsTableFrame::ComputeSize()
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D105684
Updated•4 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/478b3c756cdc
Part 1 - Assert nsTableFrame::ComputeSize()'s aWM parameter is the same as the frame's writing mode. r=dholbert
https://hg.mozilla.org/integration/autoland/rev/1f978979d12f
Part 2 - Don't enforce table's min-content inline-size when resolving flex base size. r=dholbert
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/478b3c756cdc
https://hg.mozilla.org/mozilla-central/rev/1f978979d12f
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•