Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: third_party/WebKit/LayoutTests/external/csswg-test/css-grid-1/README.md

Issue 2670473003: [css-grid] Import W3C Test Suite (Closed)
Patch Set: Add comment about skipped tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 CSS Grid Layout Module Level 1 Test Suite
2 -----------------------------------------
3
4 Directory containing the CSS Grid Layout spec test suite.
5
6 This suite is structured in different folders for each section of the spec
7 (the name of the folders corresponds to the "id" of each section):
8
9 * [3 Grid Containers](https://drafts.csswg.org/css-grid-1/#grid-model):
10 `grid-model`
11 * [4 Grid Items](https://drafts.csswg.org/css-grid-1/#grid-items):
12 `grid-items`
13 * [5 The Explicit Grid](https://drafts.csswg.org/css-grid-1/#grid-definition):
14 `grid-definition`
15 * [6 The Implicit Grid](https://drafts.csswg.org/css-grid-1/#implicit-grids):
16 `implicit-grids`
17 * [7 Grid Definition Shorthand](https://drafts.csswg.org/css-grid-1/#grid-shorth and):
18 `grid-shorthand`
19 * [8 Clamping Overlarge Grids](https://drafts.csswg.org/css-grid-1/#overlarge-gr ids):
20 `overlarge-grids`
21 * [9 Placing Grid Items](https://drafts.csswg.org/css-grid-1/#placement):
22 `placement`
23 * [10 Absolute Positioning](https://drafts.csswg.org/css-grid-1/#abspos):
24 `abspos`
25 * [11 Alignment and Spacing](https://drafts.csswg.org/css-grid-1/#alignment):
26 `alignment`
27 * [12 Grid Sizing](https://drafts.csswg.org/css-grid-1/#layout-algorithm):
28 `layout-algorithm`
29 * [13 Fragmenting Grid Layout](https://drafts.csswg.org/css-grid-1/#pagination):
30 `pagination`
31
32 Links:
33
34 * [Spec Editor's Draft](https://drafts.csswg.org/css-grid-1/)
35 * [Test Plan](http://test.csswg.org/source/css-grid-1/test-plan/)
36 * [Test Suite](http://test.csswg.org/suites/css-grid-1_dev/nightly-unstable/)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698