[wpt-sync] Sync PR 47574 - [calc-size] Allow applying calc-size to the 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 47574 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47574
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[calc-size] Allow applying calc-size to the auto min-size.
This patch shifts where we apply the auto min-size. Previously we
change the blink::Length we resolved. This patch passes in an
auto_length to resolve if the original length has auto instead.Fixes: block-aspect-ratio-038.html as we weren't correctly clamping
the auto-min-size by the max-size in the inline direction.Bug: 1343829, 313072
Change-Id: Ia56ea5e52b3a42c5b7af8447eb19888883e7e76e
Reviewed-on: https://chromium-review.googlesource.com/5753047
WPT-Export-Revision: 8a523eaa5d3e814f1d42fc270a684e8d0a40c468
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 2 tests
Status Summary
Firefox
FAIL
: 2
Chrome
FAIL
: 2
Safari
FAIL
: 2
Links
Details
New Tests That Don't Pass
- /css/css-values/calc-size/calc-size-aspect-ratio-003.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - /css/css-values/calc-size/calc-size-aspect-ratio-004.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
https://hg.mozilla.org/mozilla-central/rev/ecf7bc076831
https://hg.mozilla.org/mozilla-central/rev/35f79b26098a
Description
•