Index: LayoutTests/fast/text/dirty-inline-textbox-crash.html |
diff --git a/LayoutTests/fast/text/dirty-inline-textbox-crash.html b/LayoutTests/fast/text/dirty-inline-textbox-crash.html |
index eae61447364df002b6b3d0e13fb53237b1b99068..6a861a9ff22f4e97dcfef100150fc841d8a23de6 100644 |
--- a/LayoutTests/fast/text/dirty-inline-textbox-crash.html |
+++ b/LayoutTests/fast/text/dirty-inline-textbox-crash.html |
@@ -1,21 +1,21 @@ |
-<html> |
- <head> |
- <style> |
- .box |
- { |
- display: run-in; |
- -webkit-padding-start: 10000; |
- } |
- </style> |
- </head> |
- <body> |
- <div class="box">PASS</div> |
- <div class="box"></div> |
- <div class="box"></div> |
- <div></div> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- </body> |
-</html> |
+<html> |
+ <head> |
+ <style> |
+ .box |
+ { |
+ display: run-in; |
+ -webkit-padding-start: 10000; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div class="box">PASS</div> |
+ <div class="box"></div> |
+ <div class="box"></div> |
+ <div></div> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ </body> |
+</html> |