fune/testing/web-platform/tests/css/css-grid
Boris Chiou 9cd466df70 Bug 1583429 - Keep repeat() information for specified/computed value for subgrid. r=layout-reviewers,firefox-style-system-reviewers,emilio
We introduce a different rust type for `<line-name-list>` for subgrid,
which keeps `repeat()` information at computed time. At this moment,
we don't expand `repeat()`.

Also, we precompute the possible expanded list length, so we can expand
`repeat(auto-fill)` in a single iteration in nsGridContainerFrame. If we
don't have this precompution, we have to go through `<line-name-list>`
first to know how many items we have after expanding `repeat(Integer)`.

Differential Revision: https://phabricator.services.mozilla.com/D192876
2023-11-08 21:44:36 +00:00
..
abspos
alignment
animation
grid-definition
grid-items
grid-model
implicit-grids
layout-algorithm
masonry/tentative Bug 1858013 [wpt PR 42436] - [masonry] Finish Removal of align-tracks and justify-tracks, a=testonly 2023-10-26 08:56:51 +00:00
parsing Bug 1854226 [wpt PR 42070] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=261575, a=testonly 2023-09-28 14:58:04 +00:00
placement
reference
subgrid Bug 1583429 - Keep repeat() information for specified/computed value for subgrid. r=layout-reviewers,firefox-style-system-reviewers,emilio 2023-11-08 21:44:36 +00:00
support
test-plan
anonymous-grid-items-001.html
child-border-box-and-max-content-001-ref.html
child-border-box-and-max-content-001.html
child-border-box-and-max-content-002-ref.html
child-border-box-and-max-content-002.html
chrome-bug-001.html
chrome-crash-001.html
dynamic-grid-with-auto-fill.html
dynamic-grid-within-flexbox.html
empty-grid-within-flexbox.html
grid-child-percent-basis-resize-1-ref.html
grid-child-percent-basis-resize-1.html
grid-item-non-auto-height-stretch-001.html
grid-item-non-auto-height-stretch-002.html
grid-item-non-auto-height-stretch-003.html
grid-item-non-auto-height-stretch-004.html
grid-item-non-auto-height-stretch-ref.html
grid-item-percentage-quirk-001.html
grid-item-percentage-quirk-002.html
grid-layout-properties.html Bug 1857983 [wpt PR 42431] - [GridNG] Updates to grid-layout-properties.html test, a=testonly 2023-10-26 08:56:49 +00:00
grid-tracks-stretched-with-different-flex-factors-sum.html
grid-with-content-dynamic-display-001.html
grid-with-content-dynamic-display-002.html
grid-with-dynamic-img.html
grid-with-orthogonal-child-within-flexbox.html
grid-within-flexbox-definite-change.html
grid-within-flexbox-indefinite.html
inheritance.html
META.yml
nested-grid-item-block-size-001-ref.html
nested-grid-item-block-size-001.html
README.md
relative-grandchild.html
stretch-grid-item-checkbox-input-ref.html
stretch-grid-item-checkbox-input.html
stretch-grid-item-radio-input-ref.html
stretch-grid-item-radio-input.html
table-grid-item-005.html
table-grid-item-dynamic-001-ref.html
table-grid-item-dynamic-001.html
table-grid-item-dynamic-002-ref.html
table-grid-item-dynamic-002.html
table-grid-item-dynamic-003-ref.html
table-grid-item-dynamic-003.html
table-grid-item-dynamic-004-ref.html
table-grid-item-dynamic-004.html
whitespace-reattach.html

CSS Grid Layout Module Level 1 Test Suite

Directory containing the CSS Grid Layout spec test suite.

This suite is structured in different folders for each section of the spec (the name of the folders corresponds to the "id" of each section):

Links: