Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / hixie / error / 017.xml
blobf7e61a02150eaf20c305832e846ab843f1e3380e
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2  <desc>This document is in error, so you should see a highly perceivable indication of error.</desc>
3  <defs>
4   <g id="a">
5    <use xlink:href="#b"/>
6   </g>
7   <g id="b">
8    <use xlink:href="#c"/>
9   </g>
10   <g id="c">
11    <use xlink:href="#d"/>
12   </g>
13  </defs>
14  <g id="d">
15   <use xlink:href="#a"/>
16  </g>
17  <text x="20" y="220" font-size="200" stroke="black" stroke-width="10" fill="white">FAIL</text>
18  <circle cx="100" cy="100" r="200" stroke="black" stroke-width="5" fill="red"/>
19  <text x="20" y="220" font-size="200" fill="white">FAIL</text>
20 </svg>