blob: 8ca18d0358f905631b9b7e8ca053f2c2e63735e8 [file] [log] [blame]
PASS Property min-height value 'min-content' computes to 'min-content'
PASS Property min-height value 'max-content' computes to 'max-content'
PASS Property min-height value '10px' computes to '10px'
PASS Property min-height value '20%' computes to '20%'
PASS Property min-height value 'calc(10% + 40px)' computes to 'calc(10% + 40px)'
PASS Property min-height value 'calc(10px - 0.5em)' computes to '0px'
PASS Property min-height value 'calc(10px + 0.5em)' computes to '30px'