[Webkit-unassigned] [Bug 191938] New: [css-grid] grid abs.pos. child is sized wrongly when using auto-fit and it generates some collapsed tracks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 01:40:58 PST 2018


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

            Bug ID: 191938
           Summary: [css-grid] grid abs.pos. child is sized wrongly when
                    using auto-fit and it generates some collapsed tracks
           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: jfernandez at igalia.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 355558

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

Test case to reproduce the issue

What steps will reproduce the problem?
(1) load the attached testcase
(2)
(3)

What is the expected result?
In the top two grids, all <span>s should be 30px wide (the width of one column).
In the last grid, all <span>s should be 65px wide (the width of two columns with a 5px grid gap in-between).

What happens instead?
All abs.pos. boxes (pink color) are 5px too short.
This how Firefox renders this case, which seems correct per the CSS Grid spec.

-- 
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/20181124/23327984/attachment.html>


More information about the webkit-unassigned mailing list