CSS Grid Layout Module Level 1 CR Test Suite

Placing Grid Items (4 tests)

Test Refs Flags Info
+ 9 Placing Grid Items
grid-layout-grid-span = grid span
  • the layout should behave the same as reference.
+ 9.1 Common Patterns for Grid Placement
+ 9.1.1 Named Areas
+ 9.1.2 Numeric Indexes and Spans
+ 9.1.3 Named Lines and Spans
grid-layout-lines = grid lines
  • the layout should behave the same as reference.
grid-layout-lines-shorthands = grid lines shorthands
  • the layout should behave the same as reference.
+ 9.1.4 Auto Placement
+ 9.2 Grid Item Placement vs. Source Order
+ 9.3 Line-based Placement: the grid-row-start, grid-column-start, grid-row-end, and grid-column-end properties
+ 9.3.1 Grid Placement Conflict Handling
+ 9.4 Placement Shorthands: the grid-column, grid-row, and grid-area properties
grid-layout-placement-shorthands = placement shorthand
  • the layout should behave the same as reference.
+ 9.5 Grid Item Placement Algorithm