Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / use-referencing-indirectly-itself.svg
blobfa5b9013e9013c4f8ade1b5a48d87754476b3198
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4 <!-- This use should be visible because it refers to a valid target and doesn't have any cycling. -->
5 <use xlink:href="use-referencing-an-image.svg#greenRect" />
6 <!-- This use won't be visible because it refers indirectly its own svg document. -->
7 <use x="25" y="25" xlink:href="use-referencing-an-image.svg#toImage" />
9 </svg>