Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / text / svg-rtl-text-crash.html
index 40bf1cb..a0c8912 100644 (file)
@@ -1,18 +1,18 @@
-<html>\r
-  <script>\r
-  if (window.testRunner)\r
-      testRunner.dumpAsText();\r
-  </script>\r
-  <style>\r
-    svg {\r
-       direction: rtl;\r
-    }\r
-    :before {\r
-      content: "]";\r
-    }\r
-  </style>\r
-  <svg>\r
-    <text>*</text>\r
-  </svg>\r
-  PASS\r
-</html>
\ No newline at end of file
+<html>
+  <script>
+  if (window.testRunner)
+      testRunner.dumpAsText();
+  </script>
+  <style>
+    svg {
+       direction: rtl;
+    }
+    :before {
+      content: "]";
+    }
+  </style>
+  <svg>
+    <text>*</text>
+  </svg>
+  PASS
+</html>