blob: 9cb662620b274f28d5dacffc8eaa163bd522db73 [file] [log] [blame]
PASS Property line-height value 'normal' computes to 'normal'
PASS Property line-height value '0' computes to '0px'
PASS Property line-height value '2' computes to '80px'
PASS Property line-height value '0px' computes to '0px'
PASS Property line-height value '10px' computes to '10px'
PASS Property line-height value '0%' computes to '0px'
PASS Property line-height value '200%' computes to '80px'
FAIL Property line-height value 'calc(200% + 10px)' computes to '90px' assert_equals: expected "90px" but got "normal"
PASS Property line-height value 'calc(10px - 0.5em)' computes to '0px'
PASS Property line-height value 'calc(10px + 0.5em)' computes to '30px'