Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / transforms / svgsvgelement-transform.svg
blob5658f1fb8bf5daf25b3927f63d0bddfc4a8a38a1
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"/>
7 </svg>
8 <text x="0" y="120">This test passes if a green square is visible, and no red.</text>
9 </svg>