Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / animate-use-crash.xhtml
index 81442ad..2716768 100644 (file)
@@ -1,16 +1,16 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">\r
-    <g>\r
-        <defs> \r
-            <text id="text">\r
-                <a onmousedown="">\r
-                    <animateTransform attributeName="a" end=",1"></animateTransform>\r
-                </a>Passes if doesn't crash     \r
-            </text>\r
-        </defs> \r
-        <use x="25" y="25" xlink:href="#text"/>\r
-        <script><![CDATA[\r
-        if (window.testRunner)\r
-            testRunner.dumpAsText();\r
-        ]]></script>\r
-    </g>\r
-</svg>\r
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <g>
+        <defs> 
+            <text id="text">
+                <a onmousedown="">
+                    <animateTransform attributeName="a" end=",1"></animateTransform>
+                </a>Passes if doesn't crash     
+            </text>
+        </defs> 
+        <use x="25" y="25" xlink:href="#text"/>
+        <script><![CDATA[
+        if (window.testRunner)
+            testRunner.dumpAsText();
+        ]]></script>
+    </g>
+</svg>