Bug 204504

Summary: [css-grid] Wrong line name positions when serializing grid-template-columns/rows with auto repeat
Product: WebKit Reporter: Manuel Rego Casasnovas <rego>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: jfernandez, obrufau
Priority: P2 Keywords: BlinkMergeCandidate
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.chromium.org/p/chromium/issues/detail?id=1011329

Description Manuel Rego Casasnovas 2019-11-22 03:45:18 PST
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
Comment 1 Oriol Brufau 2019-11-22 03:48:09 PST

*** This bug has been marked as a duplicate of bug 203670 ***