blob: 1b67813ee10b082b57c8f909a55386fe7d675998 [file] [log] [blame]
This is a testharness.js-based test.
FAIL Property grid-template-rows value 'masonry' assert_true: 'masonry' is a supported value for grid-template-rows. expected true got false
FAIL Property grid-template-columns value 'none' assert_equals: expected "none" but got "300px"
PASS Property grid-template-columns value '20%'
PASS Property grid-template-columns value 'calc(-0.5em + 10px)'
PASS Property grid-template-columns value 'calc(0.5em + 10px)'
PASS Property grid-template-columns value 'calc(30% + 40px)'
PASS Property grid-template-columns value '5fr'
PASS Property grid-template-columns value 'min-content'
PASS Property grid-template-columns value 'max-content'
PASS Property grid-template-columns value 'auto'
PASS Property grid-template-columns value 'minmax(10px, auto)'
PASS Property grid-template-columns value 'minmax(20%, max-content)'
PASS Property grid-template-columns value 'minmax(min-content, calc(-0.5em + 10px))'
PASS Property grid-template-columns value 'minmax(auto, 0)'
PASS Property grid-template-columns value 'fit-content(70px)'
PASS Property grid-template-columns value 'fit-content(20%)'
PASS Property grid-template-columns value 'fit-content(calc(-0.5em + 10px))'
PASS Property grid-template-columns value 'repeat(1, 10px)'
PASS Property grid-template-columns value 'repeat(1, [one two] 20%)'
PASS Property grid-template-columns value 'repeat(2, minmax(10px, auto))'
PASS Property grid-template-columns value 'repeat(2, fit-content(20%) [three four] 30px 40px [five six])'
PASS Property grid-template-columns value 'min-content repeat(5, minmax(10px, auto))'
PASS Property grid-template-columns value '[] 150px [] 1fr []'
PASS Property grid-template-columns value 'repeat(auto-fill, 200px)'
PASS Property grid-template-columns value 'repeat(auto-fit, [one] 20%)'
PASS Property grid-template-columns value 'repeat(auto-fill, minmax(100px, 5fr) [two])'
PASS Property grid-template-columns value 'repeat(auto-fit, [three] minmax(max-content, 6em) [four])'
PASS Property grid-template-columns value '[one] repeat(2, minmax(50px, auto)) [two] 30px [three] repeat(auto-fill, 10px) 40px [four five] repeat(2, minmax(200px, auto)) [six]'
Harness: the test ran to completion.