Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / editing / execCommand / apply-style-command-crash.html
index f21b741..28f4710 100644 (file)
@@ -1,31 +1,31 @@
-<!DOCTYPE html>\r
-<html>\r
-<head>\r
-<script>\r
-if (window.testRunner) {\r
-    testRunner.dumpAsText();\r
-    testRunner.waitUntilDone();\r
-}\r
-\r
-onload = function() {\r
-    x.innerHTML += '';\r
-    document.designMode = 'on';\r
-    document.execCommand('selectall');\r
-    document.execCommand('bold');\r
-    document.body.offsetTop;\r
-    document.body.innerHTML = "PASS. WebKit didn't crash";\r
-    if (window.testRunner)\r
-        testRunner.notifyDone();\r
-}\r
-</script>\r
-</head>\r
-<body>\r
-<div id="x">\r
-<iframe src="data:"></iframe>\r
-<div>\r
-<input></input>\r
-</div>\r
-</ul>\r
-</body>\r
-</html>\r
-\r
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+if (window.testRunner) {
+    testRunner.dumpAsText();
+    testRunner.waitUntilDone();
+}
+
+onload = function() {
+    x.innerHTML += '';
+    document.designMode = 'on';
+    document.execCommand('selectall');
+    document.execCommand('bold');
+    document.body.offsetTop;
+    document.body.innerHTML = "PASS. WebKit didn't crash";
+    if (window.testRunner)
+        testRunner.notifyDone();
+}
+</script>
+</head>
+<body>
+<div id="x">
+<iframe src="data:"></iframe>
+<div>
+<input></input>
+</div>
+</ul>
+</body>
+</html>
+