Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 004b3965f6234d18d538f986d535911bcd3b29c5
https://github.com/WebKit/WebKit/commit/004b3965f6234d18d538f986d535911bcd3b29c5
Author: Elika Etemad <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/rendering/GridMasonryLayout.cpp
Log Message:
-----------
Fix auto-placement cursor for spanning items in grid-lanes layout
https://bugs.webkit.org/show_bug.cgi?id=303399
rdar://165701659
Reviewed by Brandon Stewart.
We can't mod an auto-placement cursor that's past the max start line
and get a correct answer, we need to wrap it first into the correct
range.
* LayoutTests/TestExpectations:
* Source/WebCore/rendering/GridMasonryLayout.cpp:
(WebCore::GridMasonryLayout::gridAreaForIndefiniteGridAxisItem):
Canonical link: https://commits.webkit.org/303815@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications