blob: 7289ea63100128129285b3ab9e2af903cc1b0b3c [file] [log] [blame]
PASS Property grid-auto-rows value '1px'
PASS Property grid-auto-rows value 'calc(10px + 0.5em)'
PASS Property grid-auto-rows value 'calc(10px - 0.5em)'
PASS Property grid-auto-rows value '4%'
PASS Property grid-auto-rows value '5fr'
PASS Property grid-auto-rows value 'min-content'
PASS Property grid-auto-rows value 'max-content'
PASS Property grid-auto-rows value 'auto'
PASS Property grid-auto-rows value 'minmax(1px, 5fr)'
PASS Property grid-auto-rows value 'minmax(calc(10px + 0.5em), max-content)'
PASS Property grid-auto-rows value 'minmax(calc(10px - 0.5em), max-content)'
PASS Property grid-auto-rows value 'minmax(4%, auto)'
PASS Property grid-auto-rows value 'minmax(min-content, calc(10px + 0.5em))'
PASS Property grid-auto-rows value 'minmax(auto, 4%)'
PASS Property grid-auto-rows value 'fit-content(1px)'
PASS Property grid-auto-rows value 'fit-content(calc(10px + 0.5em))'
PASS Property grid-auto-rows value 'fit-content(calc(10px - 0.5em))'
PASS Property grid-auto-rows value 'fit-content(4%)'
PASS Property grid-auto-rows value '0px'
PASS Property grid-auto-rows value '0%'
PASS Property grid-auto-rows value '0fr'
PASS Property grid-auto-rows value 'minmax(auto, 0%)'
PASS Property grid-auto-rows value 'fit-content(0px)'
PASS Property grid-auto-rows value '1px 2px 3px 0px'
PASS Property grid-auto-rows value 'fit-content(1px) minmax(2px, 3px) 4px'