CSS Multi-column Layout Module Level 1 CR Test Suite

Filling columns (8 tests)

Test Refs Flags Info
+ 7 Filling columns
multicol-fill-auto = Ahem multicolumn | column-fill-auto
  • This test checks that columns are properly balanced when 'column-fill: auto' is set
multicol-fill-auto-002 = Ahem multicolumn | column-fill-auto
  • This test checks that columns are not balanced when 'column-fill: auto' is set
multicol-fill-auto-block-children-001 = multicol | column-span: all | column-fill: auto
multicol-fill-balance-001 = Ahem multicolumn | column-fill
  • This test checks that columns are properly balanced when 'column-fill: balance' is set
+ 7.1 ‘column-fill’
multicol-fill-000 = Ahem column-fill: balance (basic)
  • This test checks that content is balanced into all columns thanks to 'column-fill: balance'.
multicol-fill-001 = Ahem column-fill: balance with set height (basic)
  • This test checks that content is balanced into all columns of a multi-column element with a set height thanks to 'column-fill: balance'.
multicol-fill-auto-001 = Ahem 'column-fill: auto' (basic)
  • This test checks that 'column-fill: auto' fills the column boxes of a multi-colum element sequentially with inline content and does not bother about balancing content of column boxes.
multicol-fill-auto-003 = Ahem 'column-fill: auto' (basic)
  • This test checks if inline content fills column boxes sequentially when 'column-fill' is set to 'auto'.