[Webkit-unassigned] [Bug 266506] New: [css-grid][css-contain] grid with size containment and min-height not sizing row correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 15 14:17:42 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=266506

            Bug ID: 266506
           Summary: [css-grid][css-contain] grid with size containment and
                    min-height not sizing row correctly
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sgill26 at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 469073

  --> https://bugs.webkit.org/attachment.cgi?id=469073&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231215/790c1b57/attachment.htm>


More information about the webkit-unassigned mailing list