blob: 3f13affb5f7f15e0fb4785b8d8d6fe8dda4fc97a [file] [log] [blame]
PASS Property border-radius value '1px' computes to '1px'
PASS Property border-radius value '1px 2% 3px 4%' computes to '1px 2% 3px 4%'
PASS Property border-radius value '5em / 1px 2% 3px 4%' computes to '200px / 1px 2% 3px 4%'
PASS Property border-radius value '1px 2% 3px 4% / 5em' computes to '1px 2% 3px 4% / 200px'
PASS Property border-radius value '1px 1px 1px 2% / 1px 2% 1px 2%' computes to '1px 1px 1px 2% / 1px 2%'
PASS Property border-radius value '1px 1px 1px 1px / 1px 1px 2% 1px' computes to '1px / 1px 1px 2%'
PASS Property border-radius value '1px 1px 2% 2%' computes to '1px 1px 2% 2%'
PASS Property border-radius value '1px 2% 1px 1px' computes to '1px 2% 1px 1px'
PASS Property border-radius value '1px 2% 2% 2% / 1px 2% 3px 2%' computes to '1px 2% 2% / 1px 2% 3px'
PASS Property border-top-left-radius value 'calc(-0.5em + 10px)' computes to '0px'
PASS Property border-top-right-radius value '20%' computes to '20%'
PASS Property border-bottom-right-radius value 'calc(0.5em + 10px) 40%' computes to '30px 40%'
PASS Property border-bottom-left-radius value '50% 60px' computes to '50% 60px'