Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / animations / use-use-animate-crash.html
1 <svg>
2     <use id='use'></use>
3     <use id="used">
4         <animate attributeName="y"></animate>
5     </use>
6     <script>
7         if(testRunner)
8             testRunner.dumpAsText();
9         document.getElementById('use').setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', '#used');
10     </script>
11     <text x='0' y='0'>This test passes if it doesn't crash.</text>
12 </svg>