Closed
Bug 1915495
Opened 3 months ago
Closed 3 months ago
[wpt-sync] Sync PR 47848 - Obey min and max cross sizes of flex items
Categories
(Core :: Layout: Flexbox, task, P4)
Core
Layout: Flexbox
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47848 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47848
Details from upstream follow.
Oriol Brufau <obrufau@igalia.com> wrote:
Obey min and max cross sizes of flex items
When laying out the contents of a flex item, we used to resolve their cross-axis percentages against the preferred cross size of the item. Now we will take the min and max cross sizes into account.
<!-- Please describe your changes on the following line: -->
Reviewed in servo/servo#33242
Assignee | ||
Updated•3 months ago
|
Component: web-platform-tests → Layout: Flexbox
Product: Testing → Core
Assignee | ||
Comment 1•3 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=be2112a0771d0919c670462c889e20f1b966df25
Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Safari
PASS
: 1
Links
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aa32538baaad
[wpt PR 47848] - Obey min and max cross sizes of flex items, a=testonly
Comment 4•3 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•