Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / bug78700.svg
blobe4275e54228fccda666b6c5a353b72e0c3786ece
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2 <defs><text>This test passes if there is no crash</text></defs>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <g id="g">
8 <animate id="animate">
9 </animate>
10 <tref xlink:href="#animate">
11 </tref>
12 </g>
13 <use xlink:href="#g">
14 </use>
15 </svg>