servo/tests/wpt/metadata-layout-2020/css/css-backgrounds/parsing/background-image-computed.sub.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

37 lines
1.3 KiB
INI

[background-image-computed.sub.html]
[Property background-image value 'conic-gradient(at center, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 45deg at 10px 10px, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 0deg, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(at 10px 10px, rgb(255, 0, 0), rgb(0, 0, 255))']
expected: FAIL
[Property background-image value 'conic-gradient(from 45deg at 50%, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 45deg at center, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 0deg at 50%, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 0deg at center, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(from 45deg, rgb(255, 0, 0), rgb(0, 0, 255))']
expected: FAIL
[Property background-image value 'conic-gradient(from 0deg at 10px 10px, red, blue)']
expected: FAIL
[Property background-image value 'conic-gradient(rgb(255, 0, 0), rgb(0, 0, 255))']
expected: FAIL
[Property background-image value 'conic-gradient(at 50%, red, blue)']
expected: FAIL