Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 /* List item should be a 1em by 1em round gradient bullet. */ | 4 /* List item should be a 1em by 1em round gradient bullet. */ |
| 5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); } | 5 ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent 100%); } |
| 6 </style> | 6 </style> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 <ul> | 9 <ul> |
| 10 <li> | 10 <li> |
| 11 <li> | 11 <li> |
| 12 <li> | 12 <li> |
| 13 </ul> | 13 </ul> |
| 14 | 14 |
| 15 <script> | 15 <script> |
| 16 if (window.testRunner) { | 16 if (window.testRunner) { |
| 17 testRunner.dumpAsTextWithPixelResults(); | 17 testRunner.dumpAsTextWithPixelResults(); |
| 18 } | 18 } |
| 19 </script> | 19 </script> |
|
fs
2015/11/19 14:59:44
Nit: Not sure what happened here - no NL at EOF?
davve
2015/11/20 08:14:20
Yes, I happened to wander into this file and my ed
| |
| OLD | NEW |