[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / svg / animations / animate-update-crash.xhtml
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2     <body>\r
3         <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\r
4             <text>\r
5                 PASS\r
6                 <textPath>\r
7                     <tref xlink:href="#foo">\r
8                         <animateColor attributeName="keyPoints"></animateColor>\r
9                         <animateColor attributeName="xlink:href"></animateColor>\r
10                     </tref>\r
11                 </textPath>\r
12             </text>\r
13         </svg>\r
14         <script>\r
15             if (window.layoutTestController)\r
16                 layoutTestController.dumpAsText();\r
17         </script>\r
18     </body>\r
19 </html>\r
20 \r