Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 Test for WK108828: This test passes if it does not crash. | 3 Test for WK108828: This test passes if it does not crash. |
| 4 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="500" height="500"> | 4 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="500" height="500"> |
| 5 <rect x="0" y="0" width="100" height="100" fill="green"/> | 5 <rect x="0" y="0" width="100" height="100" fill="green"/> |
| 6 </svg> | 6 </svg> |
| 7 </html> | 7 </html> |
| 8 | 8 |
| OLD | NEW |