OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <body> | 3 <body> |
4 Test for WK99481: This test passes if there is a green square with sharp (not bl
urry) edges.<br/> | 4 Test for WK99481: This test passes if there is a green square with sharp (not bl
urry) edges.<br/> |
5 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> | 5 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> |
6 <g transform="scale(10)"> | 6 <g transform="scale(10)"> |
7 <image x="0" y="0" width="10" height="10" xlink:href="data:image/svg+xml, | 7 <image x="0" y="0" width="10" height="10" xlink:href="data:image/svg+xml, |
8 <svg xmlns='http://www.w3.org/2000/svg'> | 8 <svg xmlns='http://www.w3.org/2000/svg'> |
9 <rect x='1' y='1' width='8' height='8' fill='green' /> | 9 <rect x='1' y='1' width='8' height='8' fill='green' /> |
10 </svg> | 10 </svg> |
11 " /> | 11 " /> |
12 </g> | 12 </g> |
13 </svg> | 13 </svg> |
14 </body> | 14 </body> |
15 </html> | 15 </html> |
16 | 16 |
OLD | NEW |