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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 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)) } 4 ul { list-style-image: radial-gradient(#00c9ff, #00b5e2 80%, rgba(0,201,255,0)); }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <ul> 8 <ul>
9 <li>Item One 9 <li>Item One
10 <li>Item Two 10 <li>Item Two
11 <li>Item Three 11 <li>Item Three
12 </ul> 12 </ul>
13 13
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698