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.
19 lines
421 B
INI
19 lines
421 B
INI
[border-width-computed.html]
|
|
[Property border-width value '1px 2px']
|
|
expected: FAIL
|
|
|
|
[Property border-width value '1px 2px 3px 4px']
|
|
expected: FAIL
|
|
|
|
[Property border-width value '1px 2px 3px']
|
|
expected: FAIL
|
|
|
|
[Property border-width value '2px thin medium thick']
|
|
expected: FAIL
|
|
|
|
[Property border-width value '1px']
|
|
expected: FAIL
|
|
|
|
[Property border-width value '0.5em']
|
|
expected: FAIL
|
|
|