Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <style> | |
| 3 body { margin: 0 } | |
| 4 .tst span::after { | |
| 5 display: block; | |
| 6 width: 100px; | |
| 7 height: 100px; | |
| 8 content: url(resources/svg-no-store.pl); | |
| 9 } | |
| 10 </style> | |
| 11 <title>Test SVG background icons</title> | |
| 12 <span class="tst"><span/></span> | |
| OLD | NEW |