Index: LayoutTests/editing/execCommand/apply-style-command-crash.html |
diff --git a/LayoutTests/editing/execCommand/apply-style-command-crash.html b/LayoutTests/editing/execCommand/apply-style-command-crash.html |
index f21b74193592c7cb8e1307331ef83a70391789a5..28f471078dddddc550ec049deff4b1de5355c329 100644 |
--- a/LayoutTests/editing/execCommand/apply-style-command-crash.html |
+++ b/LayoutTests/editing/execCommand/apply-style-command-crash.html |
@@ -1,31 +1,31 @@ |
-<!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> |
- |
+<!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> |
+ |