mirror of
https://github.com/servo/servo.git
synced 2025-10-15 16:00:28 +01:00
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.
28 lines
705 B
INI
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
|
|
|