| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <body> | 3 <body> |
| 4 Test for WK104189: This test passes if there is a green square with sharp (not b
lurry) edges.<br/> | 4 Test for WK104189: This test passes if there is a green square with sharp (not b
lurry) edges.<br/> |
| 5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" viewBox="0 0 10 10" width="400" height="400"> | 5 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin
k" viewBox="0 0 10 10" width="400" height="400"> |
| 6 <image x="0" y="0" width="100%" height="100%" xlink:href="data:image/svg+xml, | 6 <image x="0" y="0" width="100%" height="100%" xlink:href="data:image/svg+xml, |
| 7 <svg xmlns='http://www.w3.org/2000/svg'> | 7 <svg xmlns='http://www.w3.org/2000/svg'> |
| 8 <rect x='10%' y='10%' width='80%' height='80%' fill='green' /> | 8 <rect x='10%' y='10%' width='80%' height='80%' fill='green' /> |
| 9 </svg> | 9 </svg> |
| 10 " /> | 10 " /> |
| 11 </svg> | 11 </svg> |
| 12 </body> | 12 </body> |
| 13 </html> | 13 </html> |
| 14 | 14 |
| OLD | NEW |