Skip to content

Commit

Permalink
Add more missing 2020 failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 30, 2020
1 parent 8d85978 commit 47a97af
Showing 1 changed file 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

Expand All @@ -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

Expand Down

0 comments on commit 47a97af

Please sign in to comment.