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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.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.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
index a0e0c5ff682f840d2570d0cb4fc144f53f7e5b1a..fdfb98fc99ed92ea87342adc66ce01756e6052f1 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/size/contain-and-cover.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