Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-on-disallowed-foreign-object-2.svg
blobfb9c2bdfd3ec2227a5241c684770a16c56db0724
1 <?xml version="1.0"?>
2 <svg xmlns="http://www.w3.org/2000/svg"
3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 xmlns:xhtml="http://www.w3.org/1999/xhtml">
6 <g id="foreign"><g>
7 <foreignObject x="10" y="10" width="580" height="380" transform="scale(5) skewY(5) skewX(5)">
8 <xhtml:div>You should only see this string ONCE</xhtml:div>
9 </foreignObject>
10 </g></g>
12 <use xlink:href="#foreign" x="10" y="10" width="200" height="200" transform="translate(250 -50) rotate(45)"/>
14 </svg>