[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / svg / animations / repeatDur-zero.xhtml
1 <?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD
2 SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3 <svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg">
4 <script type="text/javascript">
5 if (window.layoutTestController)
6     layoutTestController.dumpAsText();
7 </script>
8 <set repeatDur="0"/>
9 <text x="5" y="20" font-family="Verdana" font-size="15">
10 Test Passes.
11 </text>
12 </svg>