Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 |
| OLD | NEW |