Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | |
| 2 <script> | |
| 3 onload = function() { | |
| 4 document.documentElement.setAttribute('width', '0'); | |
| 5 document.documentElement.setAttribute('height', '0'); | |
| 6 } | |
| 7 </script> | |
| 8 </svg> | |
| OLD | NEW |