mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Restore missing 2020 failures.
This commit is contained in:
parent
6a6caaf929
commit
8d859787c6
1 changed files with 24 additions and 0 deletions
|
@ -1,4 +1,28 @@
|
|||
[background-image-computed.sub.html]
|
||||
[Property background-image value 'radial-gradient(10px at 20px 30px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(circle calc(-0.5em + 10px) at calc(-1em + 10px) calc(-2em + 10px), red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(ellipse calc(0.5em + 10px) calc(-0.5em + 10px) at 20px 30px, red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'url("http://web-platform.test/")']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'linear-gradient(to left bottom, red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'none, url("http://web-platform.test/")']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(ellipse calc(-0.5em + 10px) calc(0.5em + 10px) at 20px 30px, red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'conic-gradient(at center, red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue