servo/tests/wpt/metadata-layout-2020/css/css-backgrounds/parsing/border-radius-computed.html.ini
Martin Robinson 9c7b1ae715 layout_2020: Add initial support for getComputedStyle
This implementation is more-or-less on par with the one from layout_2013
and in some cases better. There are still some cases where we don't
return the correct "resolved value," but this is enough to test
animations and transitions.
2020-05-11 20:14:01 +02:00

28 lines
705 B
INI

[border-radius-computed.html]
[Property border-radius value '1px 2% 1px 1px']
expected: FAIL
[Property border-radius value '1px 1px 2% 2%']
expected: FAIL
[Property border-radius value '1px 2% 3px 4%']
expected: FAIL
[Property border-radius value '1px 1px 1px 1px / 1px 1px 2% 1px']
expected: FAIL
[Property border-radius value '5em / 1px 2% 3px 4%']
expected: FAIL
[Property border-radius value '1px 1px 1px 2% / 1px 2% 1px 2%']
expected: FAIL
[Property border-radius value '1px 2% 3px 4% / 5em']
expected: FAIL
[Property border-radius value '1px 2% 2% 2% / 1px 2% 3px 2%']
expected: FAIL
[Property border-radius value '1px']
expected: FAIL