Bug 204504 - [css-grid] Wrong line name positions when serializing grid-template-columns/rows with auto repeat
Summary: [css-grid] Wrong line name positions when serializing grid-template-columns/r...
Status: RESOLVED DUPLICATE of bug 203670
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2019-11-22 03:45 PST by Manuel Rego Casasnovas
Modified: 2019-11-22 03:48 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***