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

Unified Diff: third_party/WebKit/LayoutTests/fast/gradients/list-item-gradient.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/list-item-gradient.html
diff --git a/third_party/WebKit/LayoutTests/fast/gradients/list-item-gradient.html b/third_party/WebKit/LayoutTests/fast/gradients/list-item-gradient.html
index 9788ec8dbdf920c6b119eaecb010dbdae68577f8..737049c6da1218b11a02a4926bccf07620616eb0 100644
--- a/third_party/WebKit/LayoutTests/fast/gradients/list-item-gradient.html
+++ b/third_party/WebKit/LayoutTests/fast/gradients/list-item-gradient.html
@@ -1,7 +1,7 @@
<html>
<head>
<style>
-ul { list-style-image: -webkit-gradient(radial, center center, 3, center center, 6, from(#00c9ff), to(rgba(0,201,255,0)), color-stop(80%, #00b5e2)) }
+ul { list-style-image: radial-gradient(#00c9ff, #00b5e2 80%, rgba(0,201,255,0)); }
</style>
</head>
<body>
@@ -11,4 +11,4 @@ ul { list-style-image: -webkit-gradient(radial, center center, 3, center center,
<li>Item Three
</ul>
-
+

Powered by Google App Engine
This is Rietveld 408576698