Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6abb1a3373a029a612dfea6db765b8e9e9ff2d86
https://github.com/WebKit/WebKit/commit/6abb1a3373a029a612dfea6db765b8e9e9ff2d86
Author: Alan Baradlay <[email protected]>
Date: 2026-09-16 (Wed, 16 Sep 2026)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/rendering/RenderBlock.cpp
Log Message:
-----------
[css-sizing] A min-content inline size should give both intrinsic
contributions that size
https://bugs.webkit.org/show_bug.cgi?id=324362
<rdar://problem/187601903>
Reviewed by Antti Koivisto.
A max-content inline size already set both contributions to that size;
min-content did not, so the cached value stayed content based.
computeChildIntrinsicLogicalWidths corrects block children, but grid, flex and
tables read the box directly. Both sit behind the aspect-ratio branch, since a
ratio transfers the size the keyword stands for.
* Source/WebCore/rendering/RenderBlock.cpp:
(WebCore::RenderBlock::computeIntrinsicLogicalWidthContributions):
* LayoutTests/TestExpectations:
Canonical link: https://commits.webkit.org/321278@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications