Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>Same SVG source, different image heights</title> | |
| 5 </head> | |
| 6 <body> | |
| 7 <p>There should be <em>two</em> blue circles below.</p> | |
| 8 <img src="resources/circle.svg" type="image/svg+xml" style="width:100px; hei ght:300px;"> | |
| 9 <img src="resources/circle.svg?different-url" type="image/svg+xml" style="wi dth:100px; height:100px;"> | |
| 10 </body> | |
| 11 </html> | |
| OLD | NEW |