RESOLVED FIXED Bug 266506
[css-grid][css-contain] grid with size containment and min-height not sizing row correctly
https://bugs.webkit.org/show_bug.cgi?id=266506
Summary [css-grid][css-contain] grid with size containment and min-height not sizing ...
Sammy Gill
Reported 2023-12-15 14:17:42 PST
Created attachment 469073 [details] Testcase In the attached example, the text does not end up getting to the bottom of the grid. This is because we are not properly flexing the track. Gecko and Blink both end up aligning the text to the bottom of the grid Removing the "contain: size" style creates the expected rendering.
Attachments
Testcase (186 bytes, text/html)
2023-12-15 14:17 PST, Sammy Gill
no flags
Radar WebKit Bug Importer
Comment 1 2023-12-15 14:17:57 PST
Sammy Gill
Comment 2 2023-12-18 14:47:44 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/43719
Sammy Gill
Comment 3 2023-12-18 15:53:17 PST
EWS
Comment 4 2023-12-19 09:42:05 PST
Committed 272276@main (57fdd17822df): <https://commits.webkit.org/272276@main> Reviewed commits have been landed. Closing PR #21995 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.