CSS Grid Layout Module Level 1 CR Test Suite

The Explicit Grid (4 tests)

Test Refs Flags Info
+ 5 The Explicit Grid
+ 5.1 Track Sizing: the grid-template-rows and grid-template-columns properties
grid-layout-basic = basic
  • the layout should behave the same as reference.
+ 5.1.1 Named Grid Lines: the (*) syntax
+ 5.1.2 Repeating Rows and Columns: the repeat() notation
grid-layout-repeat-notation = repeat notation
  • the subgrid layout should behave the same as reference.
+ 5.1.3 Flexible Lengths: the fr unit
fr-unit = CSS3 Grid Layout: Flexible Length
  • 'fr' unit represents a fraction of the free space in the grid container.
fr-unit-with-percentage = CSS3 Grid Layout: Flexible Lenght
+ 5.1.4 Subgrids: the subgrid keyword
+ 5.1.5 Resolved Values
+ 5.2 Named Areas: the grid-template-areas property
+ 5.2.1 Implicit Named Lines
+ 5.2.2 Implicit Named Areas
+ 5.3 Explicit Grid Shorthand: the grid-template property