WPT failures with image flex items having the wrong automatic minimum size
Categories
(Core :: Layout: Flexbox, defect)
Tracking
()
People
(Reporter: dholbert, Unassigned)
References
(Blocks 2 open bugs)
Details
We've got several interop-2023-relevant WPT failures that have to do with the automatic minimum size of an image flex item.
I'm looking at these 3 in particular:
https://wpt.fyi/results/css/css-flexbox/flex-minimum-width-flex-items-013.html
https://wpt.fyi/results/css/css-flexbox/flexbox-min-width-auto-005.html
https://wpt.fyi/results/css/css-flexbox/flexbox-min-width-auto-006.html
I suspect they share a root or related cause; hence, aggregating them in a single bug.
Updated•2 years ago
|
Comment 1•1 year ago
|
||
https://wpt.fyi/results/css/css-flexbox/flex-minimum-width-flex-items-013.html is fixed by Bug 1735589 with the WPT failure annotation removed in Bug 1735589 Part 2.
https://wpt.fyi/results/css/css-flexbox/flexbox-min-width-auto-005.html and https://wpt.fyi/results/css/css-flexbox/flexbox-min-width-auto-006.html are fixed by Bug 1742042 with the WPT failure annotation removed in Bug 1742042 Part 4.
Comment 2•1 year ago
|
||
Actually, let's mark this as duplication of bug 1735589 (bug 1742042 is a prerequisite for fixing bug 1735589).
Description
•