Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync WPT with upstream (30-03-2020) #26059

Merged
merged 4 commits into from Mar 30, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add more missing 2020 failures.

  • Loading branch information
jdm committed Mar 30, 2020
commit 47a97aff810d7cca0d31d16263545b6c4580713b
@@ -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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.