Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html
index 00f8a62b6f3e58c4501a74e986ef9ff7d3cdfa44..721ad570415bc4c987af79d6f17032fa29ef3152 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover-zoomed.html
@@ -10,7 +10,7 @@
url(resources/SquirrelFish.svg),
url(../../block/positioning/resources/icon-gold.png),
url(resources/flower.jpg),
- -webkit-gradient(linear, left top, right bottom, from(black), color-stop(50%, transparent), to(black));
+ linear-gradient(to bottom right, black, transparent, black);
background-repeat: no-repeat;
border: solid;
margin: 2px;

Powered by Google App Engine
This is Rietveld 408576698