diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /testing/web-platform/tests/css/css-grid/README.md | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/tests/css/css-grid/README.md')
-rw-r--r-- | testing/web-platform/tests/css/css-grid/README.md | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-grid/README.md b/testing/web-platform/tests/css/css-grid/README.md new file mode 100644 index 0000000000..59e9c081a7 --- /dev/null +++ b/testing/web-platform/tests/css/css-grid/README.md @@ -0,0 +1,36 @@ +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): + +* [3 Grid Containers](https://drafts.csswg.org/css-grid-1/#grid-model): + `grid-model` +* [4 Grid Items](https://drafts.csswg.org/css-grid-1/#grid-items): + `grid-items` +* [5 The Explicit Grid](https://drafts.csswg.org/css-grid-1/#grid-definition): + `grid-definition` +* [6 The Implicit Grid](https://drafts.csswg.org/css-grid-1/#implicit-grids): + `implicit-grids` +* [7 Grid Definition Shorthand](https://drafts.csswg.org/css-grid-1/#grid-shorthand): + `grid-shorthand` +* [8 Clamping Overlarge Grids](https://drafts.csswg.org/css-grid-1/#overlarge-grids): + `overlarge-grids` +* [9 Placing Grid Items](https://drafts.csswg.org/css-grid-1/#placement): + `placement` +* [10 Absolute Positioning](https://drafts.csswg.org/css-grid-1/#abspos): + `abspos` +* [11 Alignment and Spacing](https://drafts.csswg.org/css-grid-1/#alignment): + `alignment` +* [12 Grid Sizing](https://drafts.csswg.org/css-grid-1/#layout-algorithm): + `layout-algorithm` +* [13 Fragmenting Grid Layout](https://drafts.csswg.org/css-grid-1/#pagination): + `pagination` + +Links: + +* [Spec Editor's Draft](https://drafts.csswg.org/css-grid-1/) +* [Test Plan](http://test.csswg.org/source/css-grid-1/test-plan/) +* [Test Suite](http://test.csswg.org/suites/css-grid-1_dev/nightly-unstable/) |