Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / apply-style-text-decoration-crash.html
index fccb478..6f48c62 100644 (file)
@@ -1,20 +1,20 @@
-<html>\r
-    <script>\r
-        function runTest() \r
-        {\r
-            if (window.testRunner)\r
-                testRunner.dumpAsText();\r
-\r
-            window.getSelection().setBaseAndExtent(start, 0, null, 0);\r
-            document.execCommand("Indent");\r
-            document.getElementById("result").innerHTML = "PASS";\r
-        }\r
-    </script>\r
-    <body onLoad="runTest();">\r
-        <p id="result"></p>\r
-        <div contenteditable="true" id="start" style="text-decoration: none;">\r
-            <hr style="text-align: right;"/>\r
-        </div>\r
-    </body>\r
-</html>\r
-\r
+<html>
+    <script>
+        function runTest() 
+        {
+            if (window.testRunner)
+                testRunner.dumpAsText();
+
+            window.getSelection().setBaseAndExtent(start, 0, null, 0);
+            document.execCommand("Indent");
+            document.getElementById("result").innerHTML = "PASS";
+        }
+    </script>
+    <body onLoad="runTest();">
+        <p id="result"></p>
+        <div contenteditable="true" id="start" style="text-decoration: none;">
+            <hr style="text-align: right;"/>
+        </div>
+    </body>
+</html>
+