Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0916175f52f6a2d22e7f6d95bbaffded1f3a2ad
https://github.com/WebKit/WebKit/commit/d0916175f52f6a2d22e7f6d95bbaffded1f3a2ad
Author: Sammy Gill <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-end-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-end-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-end-001.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-space-between-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-space-between-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-align-content-space-between-001.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-end-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-end-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-end-001.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-space-between-001-expected.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-space-between-001-ref.html
A
LayoutTests/imported/w3c/web-platform-tests/css/css-grid/alignment/grid-justify-content-space-between-001.html
M Source/WebCore/layout/integration/grid/LayoutIntegrationGridCoverage.cpp
Log Message:
-----------
[GFC] Bail out when justify-content or align-content is not the initial value.
https://bugs.webkit.org/show_bug.cgi?id=317461
rdar://problem/180081486
Reviewed by Alan Baradlay.
GFC does not yet implement content distribution or content positioning
for the grid container. When justify-content or align-content is set
to a non-initial value, fall back to legacy RenderGrid which handles
these properties correctly.
Canonical link: https://commits.webkit.org/315511@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications