Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <!--- Verify that we correctly handle zero computed tile size with background-re peat: space. --> | |
| 3 <html> | |
| 4 <head> | |
| 5 <style> | |
| 6 * { padding-bottom: 0.25px; | |
| 7 background: radial-gradient(59em circle at bottom 45px right 61%, rgb(238, 72, 15), rgb(9, 47, 198)); | |
| 8 } | |
| 9 .space { background-repeat: space; } | |
| 10 </style> | |
| 11 </head> | |
| 12 <div class="space"></div> | |
| 13 </html> | |
| OLD | NEW |