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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/background-clipped.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/gradients/background-clipped.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html b/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
index 3bd313edbf9b124b2609dbe7ad7d02234dfb6349..651836862aca008fb959d2c0f5761cbb59dc52a4 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/background-clipped.html
@@ -4,7 +4,7 @@
width: 200px;
height: 200px;
border: 5px dashed blue;
- background-image: -webkit-gradient(radial, left top, 0, left top, 250, from(black), to(white));
+ background-image: radial-gradient(ellipse at top left, black, white);
-webkit-background-size: 66% 66%;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698