Bug 303500
| Summary: | [masonry] Fix sub grid tests row/grid-lanes-subgrid-001a and 002a | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brandon <brandonstewart> |
| Component: | CSS | Assignee: | Brandon <brandonstewart> |
| Status: | NEW | ||
| Severity: | Normal | CC: | fantasai.bugs, koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 303849 | ||
Brandon
grid-lanes-subgrid-001a.html
The 4c was placed below 4a instead of 4b, because the item-tolerance property defaults to 16px.
Changing to 0px will correctly set it below 4b.
grid-lanes-subgrid-002a.html
Heights were off because they were not being properly set. They are set by the grid-template-rows in the -ref case.
Needed to force item 4b to span across 2, because it is participating in the grid.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165791752>
Brandon
Pull request: https://github.com/WebKit/WebKit/pull/54797