Closed
Bug 1674268
Opened 4 years ago
Closed 4 years ago
[css-flexbox] Table flex items have wrong size
Categories
(Core :: Layout: Flexbox, defect, P3)
Core
Layout: Flexbox
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: TYLin)
References
Details
(Keywords: parity-chrome, testcase)
Attachments
(2 files, 1 obsolete file)
Follow-up from bug 1673006.
Testcase: testing/web-platform/tests/css/css-flexbox/table-item-flex-percentage-width.html
Reporter | ||
Comment 1•4 years ago
|
||
Here's the same test but using min-width
on the flex items instead of width
. It also fails to render the same as the corresponding display:block
case. Again, Chrome renders the table/block items the same, which seems reasonable to me.
Assignee | ||
Comment 2•4 years ago
|
||
With my WIP patches in bug 1674302, the min-width
testcase in comment 1 now renders the same in Firefox and in Chrome.
Assignee | ||
Comment 3•4 years ago
|
||
This test is developed by Mats Palmgren, and fixed by bug 1674302.
Updated•4 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Comment hidden (obsolete) |
Updated•4 years ago
|
Attachment #9204509 -
Attachment is obsolete: true
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/07b09bbae186
Add a wpt reftest table-item-flex-percentage-min-width.html. r=dholbert,mats
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/27732 for changes under testing/web-platform/tests
Comment 7•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•