Bug 303642
| Summary: | [masonry] Fix test grid-lanes-subgrid-flex.html expected values | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | CSS | Assignee: | Brandon <brandonstewart> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Brandon
Issues
Grid 2:
Since <item style="width: 2ch">2</item> can be placed in columns 2 or 3 we would get (1ch = 8px) 16px in column 2.
Therefore it would be 8px 16px 24px for column sizes.
Grid 4:
Same problem as Grid 2. <item style="width: 4ch">4</item> can be placed in columns 2 or 3.
Grid 5:
Same problem as Grid 2.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165926845>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/54937
EWS
Committed 304056@main (1b53533ffa58): <https://commits.webkit.org/304056@main>
Reviewed commits have been landed. Closing PR #54937 and removing active labels.