| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <title>Test SVG in -webkit-cross-fade image</title> | 2 <title>Test SVG in -webkit-cross-fade image</title> |
| 3 <p>There should be four green circles below. | 3 <p>There should be four green circles below. |
| 4 <div> | 4 <div> |
| 5 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> | 5 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> |
| 6 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> | 6 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> |
| 7 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> | 7 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> |
| 8 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> | 8 <img width=100 src="data:image/svg+xml,<svg width='100' height='100' xmlns='http
://www.w3.org/2000/svg'><circle cx='50' cy='50' r='25' fill='green'/></svg>"> |
| OLD | NEW |