Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 856950df484274e0bc9800b4f1333f9169998d56
https://github.com/WebKit/WebKit/commit/856950df484274e0bc9800b4f1333f9169998d56
Author: Sammy Gill <[email protected]>
Date: 2025-08-13 (Wed, 13 Aug 2025)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/rendering/RenderBox.cpp
Log Message:
-----------
Fix flex-aspect-ratio-img-column-012
https://bugs.webkit.org/show_bug.cgi?id=297299
rdar://158173811
Reviewed by Alan Baradlay.
When computing the base size of a flex item, we need to make sure to
ignore any min/max main sizes to match the spec. When a replaced element
is a flex item, we currently handle this case correctly in the flex
item's inline direction but not the block direction. We can fix this by
doing the exact same thing that computeReplacedLogicalWidthRespectinMinMaxWidth
is doing by using a helper function, shouldIgnoreLogicalMinMaxHeightSizes,
which checks for this case.
Canonical link: https://commits.webkit.org/298629@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes