Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE HTML> | |
| 2 <style> | |
| 3 * { | |
| 4 overflow: hidden; | |
| 5 margin: 0; | |
| 6 } | |
| 7 </style> | |
| 8 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" width="300" height="300"> | |
| 9 <rect x="100" y="100" width="100" height="100" fill="green"> | |
| 10 </svg> | |
| 11 <br> | |
| 12 This test passes if there is a 100x100 green square at 100x100. | |
| OLD | NEW |