Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ff0b9ec81236e30ebd26df8a1967e50c7665de3f
https://github.com/WebKit/WebKit/commit/ff0b9ec81236e30ebd26df8a1967e50c7665de3f
Author: Yulun Wu <[email protected]>
Date: 2026-08-13 (Thu, 13 Aug 2026)
Changed paths:
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC] Remove stale ASSERT(rowEnd.isExplicit()) in the row placement coverage
check
https://bugs.webkit.org/show_bug.cgi?id=321629
<rdar://184757188>
Reviewed by Sammy Gill.
317544@main relaxed avoidance reasons check to accept auto row end
but left an assert behind checking for explicit row end, causing us to
hit a debug assert. We can safely remove this assert.
Note that this crash was exposed by 317976@main which made these
tests reachable and is the observable regression point.
* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac/TestExpectations:
* Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp:
(WebCore::LayoutIntegration::gridLayoutAvoidanceReason):
* LayoutTests/platform/ios/TestExpectations:
Canonical link: https://commits.webkit.org/319125@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications