[wpt-sync] Sync PR 32629 - Fix subgrid line-name tests to use the number of line names from the subgrid property if the grid span properties are indefinite
Categories
(Core :: Layout: Grid, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 32629 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/32629
Details from upstream follow.
Matt Woodrow <mattwoodrow@apple.com> wrote:
Fix subgrid line-name tests to use the number of line names from the subgrid property if the grid span properties are indefinite
This updates the tests to match the expected behaviour after the clarifications in https://github.com/w3c/csswg-drafts/issues/6905 were made.
Note that I left cases where
grid-template-columns: subgridwas specified without any line list, since this is really common, and I don't think it should override an explicitgrid-column: span 10declaration.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
Comment 5•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/de0280954e94
https://hg.mozilla.org/mozilla-central/rev/e1a283a9035f
Description
•