Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <title>Test SVG in CSS backgrounds with non-integer viewBox dimensions</title> | |
| 3 <style> | |
| 4 #cover { | |
| 5 position: absolute; | |
| 6 left: 0; | |
| 7 width: 600px; | |
| 8 top: 0; | |
| 9 height: 127px; | |
| 10 background-color: blue; | |
| 11 } | |
| 12 </style> | |
| 13 <div id="cover"></div> | |
| OLD | NEW |