mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add more missing 2020 failures.
This commit is contained in:
parent
8d859787c6
commit
47a97aff81
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
[background-image-computed.sub.html]
|
||||
[Property background-image value 'radial-gradient(at 10px 10px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(farthest-corner at 10px 10px, red, blue)']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'radial-gradient(10px at 20px 30px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8,6 +14,9 @@
|
|||
[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 'radial-gradient(farthest-side at 10px 10px, rgb(255, 0, 0), rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property background-image value 'none']
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue