Commit d66cfb7
[Masonry] Reorganize subgrid WPT tests
Move grid-lanes subgrid tests into two new subdirectories based on the
display type of the subgrid element:
- grid-subgridded-to-grid-lanes/: Tests where a `display: grid` element
uses subgrid within a grid-lanes parent.
- grid-lanes-subgridded-to-grid-lanes/: Tests where a `display:
grid-lanes` element uses subgrid within a grid-lanes parent
(track-sizing/).
Also:
- Remove redundant naming from test files now that the folder conveys
context (e.g. grid-subgridded-to-grid-lanes → grid-lanes-subgrid).
- Close gaps in the row/ test numbering (001c was missing, 002e-h were
missing).
This change has no functional effect, but organizes things better as
we will need to add a lot more tests, and separating things out will
make them easier to find in the future.
Bug: 343257585
Change-Id: Ifd442422c1a66d5ec245103ad7d9fe2c46d46811
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7760901
Reviewed-by: Ian Kilpatrick <[email protected]>
Commit-Queue: Alison Maher <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1614578}1 parent d75b4f9 commit d66cfb7
71 files changed
Lines changed: 17 additions & 17 deletions
File tree
- css/css-grid/grid-lanes/subgrid
- grid-lanes-subgridded-to-grid-lanes/track-sizing
- grid-subgridded-to-grid-lanes
- column
- row
- track-sizing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments