Index: LayoutTests/editing/selection/clear-selection-crash.html |
diff --git a/LayoutTests/editing/selection/clear-selection-crash.html b/LayoutTests/editing/selection/clear-selection-crash.html |
index 1397b97ad1e6197e15483f66339710ed558153c3..10bcfcf5050b8e9daab07a43b1e102c8896ae0d9 100644 |
--- a/LayoutTests/editing/selection/clear-selection-crash.html |
+++ b/LayoutTests/editing/selection/clear-selection-crash.html |
@@ -1,27 +1,27 @@ |
-<!DOCTYPE html> |
-<html> |
-<body> |
-<div style="display: -webkit-inline-box"> |
- <div id="start" style="display: -webkit-inline-box"> |
- <i> |
- <div style="display: run-in; height: 1px"></div> |
- <span id="span1" style="width: 1px">A</span> |
- </i> |
- </div> |
- <i>B</i> |
-</div> |
-<script> |
-if (window.testRunner) |
- testRunner.dumpAsText(); |
- |
-document.body.offsetTop; |
-document.designMode = 'on'; |
-document.execCommand('selectall'); |
-document.body.offsetTop; |
-span1.style.display = 'block'; |
- |
-document.body.offsetTop; |
-document.body.innerHTML = "PASS. WebKit didn't crash."; |
-</script> |
-</body> |
-</html> |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<div style="display: -webkit-inline-box"> |
+ <div id="start" style="display: -webkit-inline-box"> |
+ <i> |
+ <div style="display: run-in; height: 1px"></div> |
+ <span id="span1" style="width: 1px">A</span> |
+ </i> |
+ </div> |
+ <i>B</i> |
+</div> |
+<script> |
+if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ |
+document.body.offsetTop; |
+document.designMode = 'on'; |
+document.execCommand('selectall'); |
+document.body.offsetTop; |
+span1.style.display = 'block'; |
+ |
+document.body.offsetTop; |
+document.body.innerHTML = "PASS. WebKit didn't crash."; |
+</script> |
+</body> |
+</html> |