1 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"400" height=
"400">
2 <!-- Test that SVGSVGElements are transformable. -->
3 <!-- After webkit.org/b/107394 lands, the expected result will need to be updated. -->
4 <rect width=
"100" height=
"100" fill=
"red" />
5 <svg width=
"50" height=
"50" transform=
"scale(2)">
6 <rect width=
"50" height=
"50" fill=
"green"/>
8 <text x=
"0" y=
"120">This test passes if a green square is visible, and no red.
</text>