Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-image-in-g.svg
blob4130cad25e016c65af3af4791a1574c16484755f
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <g id="foo">
3 <rect x="10" y="10" width="200" height="80" fill="#ccc"/>
4 <image x="20" y="20" width="180" height="60" xlink:href="resources/rgb.svg"/>
5 </g>
6 <use x="0" y="90" xlink:href="#foo"/>
7 </svg>