OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <body> | |
4 Test for crbug.com/224317: SVG images should be able to reference data:uri image s.<br/> | |
5 This test passes if there is a green square.<br/> | |
6 <svg width='100' height='100' xmlns='http://www.w3.org/2000/svg'> | |
7 <rect fill='green' width='100' height='100'/> | |
8 </svg> | |
9 </body> | |
10 </html> | |
OLD | NEW |