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