[Webkit-unassigned] [Bug 204504] New: [css-grid] Wrong line name positions when serializing grid-template-columns/rows with auto repeat

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 22 03:45:18 PST 2019


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

            Bug ID: 204504
           Summary: [css-grid] Wrong line name positions when serializing
                    grid-template-columns/rows with auto repeat
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rego at igalia.com
                CC: jfernandez at igalia.com, obrufau at igalia.com

Load https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=7256
The page has a grid container with
    grid-template-rows: repeat(auto-fill, 10px) [foo] 20px [bar];
Then it logs the resolved value.

It logs "10px [foo] 10px [bar] 10px 10px 20px"

But it should log "10px 10px 10px 10px [foo] 20px [bar]"

This has been already fixed in Chromium https://chromium-review.googlesource.com/c/chromium/src/+/1857125

-- 
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/20191122/7addede8/attachment-0001.htm>


More information about the webkit-unassigned mailing list