- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / animate-use-crash.xhtml
1 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\r
2     <g>\r
3         <defs> \r
4             <text id="text">\r
5                 <a onmousedown="">\r
6                     <animateTransform attributeName="a" end=",1"></animateTransform>\r
7                 </a>Passes if doesn't crash     \r
8             </text>\r
9         </defs> \r
10         <use x="25" y="25" xlink:href="#text"/>\r
11         <script><![CDATA[\r
12         if (window.testRunner)\r
13             testRunner.dumpAsText();\r
14         ]]></script>\r
15     </g>\r
16 </svg>\r