Bug 203670 - [css-grid] Wrong line name positions after auto repeat with no line names
Summary: [css-grid] Wrong line name positions after auto repeat with no line names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oriol Brufau
URL:
Keywords: InRadar
: 204504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-10-31 02:30 PDT by Oriol Brufau
Modified: 2019-11-22 03:48 PST (History)
10 users (show)

See Also:


Attachments
Patch (37.43 KB, patch)
2019-10-31 03:11 PDT, Oriol Brufau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oriol Brufau 2019-10-31 02:30:20 PDT
**What steps will reproduce the problem?**
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.


**What is the expected result?**
It logs "10px 10px 10px 10px [foo] 20px [bar]"


**What happens instead?**
It logs "10px [foo] 10px [bar] 10px 10px 20px"


Firefox does it right. Chromium has been fixed in https://crbug.com/1011329
Comment 1 Oriol Brufau 2019-10-31 03:11:16 PDT
Created attachment 382443 [details]
Patch
Comment 2 WebKit Commit Bot 2019-11-02 11:48:22 PDT
Comment on attachment 382443 [details]
Patch

Clearing flags on attachment: 382443

Committed r251965: <https://trac.webkit.org/changeset/251965>
Comment 3 WebKit Commit Bot 2019-11-02 11:48:24 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-11-02 11:49:16 PDT
<rdar://problem/56841780>
Comment 5 Oriol Brufau 2019-11-22 03:48:09 PST
*** Bug 204504 has been marked as a duplicate of this bug. ***