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

Restore missing 2020 failures.

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

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