Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / animations / animate-update-crash.xhtml
1 <html xmlns="http://www.w3.org/1999/xhtml">
2     <body>
3         <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
4             <text>
5                 PASS
6                 <textPath>
7                     <tref xlink:href="#foo">
8                         <animateColor attributeName="keyPoints"></animateColor>
9                         <animateColor attributeName="xlink:href"></animateColor>
10                     </tref>
11                 </textPath>
12             </text>
13         </svg>
14         <script>
15             if (window.testRunner)
16                 testRunner.dumpAsText();
17         </script>
18     </body>
19 </html>
20