[wpt-sync] Sync PR 47579 - [calc-size] Fix calc-size(auto) for flex auto min-size.
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47579 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47579
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[calc-size] Fix calc-size(auto) for flex auto min-size.
This patch allows performing calculations on the flex automatic
minimum size.Reworks the code to just call ComputeMinMax*Sizes directly, instead
of calling ResolveMinInlineLength/etc manually.Bug: 313072
Change-Id: I3d2f2dcac42615a1939a8313762ad0037372e11fReviewed-on: https://chromium-review.googlesource.com/5778739
WPT-Export-Revision: b049c7b04d99bc0f12dbd4182fa261742fa1a903
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests
Status Summary
Firefox
FAIL
: 6
Chrome
FAIL
: 6
Safari
FAIL
: 6
Links
Details
New Tests That Don't Pass
- /css/css-values/calc-size/calc-size-flex-001.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-flex-002.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-flex-003.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-flex-004.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-flex-005.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-flex-006.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
https://hg.mozilla.org/mozilla-central/rev/d043a7623dcd
https://hg.mozilla.org/mozilla-central/rev/037b9c9e2b5d
Description
•