OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <html> | |
3 <body> | |
4 Test for crbug.com/173360: preserveAspectRatio=none on images<br/> | |
5 You should see a green box below with a black border.<br/> | |
6 <svg width="300" height="300"> | |
7 <svg x="10" y="10" width="100" height="100" preserveAspectRatio="none" viewB ox="0 0 190 200"> | |
8 <svg xmlns="http://www.w3.org/2000/svg" width="190" height="200" > | |
9 <rect x="0" y="0" width="190" height="200" fill="green" stroke-width ="6" stroke="black"/> | |
10 </svg> | |
11 </svg> | |
12 </svg> | |
13 </body> | |
14 </html> | |
OLD | NEW |