Index: LayoutTests/fast/table/table-anonymous-block-destroy-crash.html |
diff --git a/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html b/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html |
index 7a8971105df4a34bbe928b83a1b9d8ef56abeca5..3d8ac896f43b482bece7d5e9ee00b6e63f97f17a 100644 |
--- a/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html |
+++ b/LayoutTests/fast/table/table-anonymous-block-destroy-crash.html |
@@ -1,26 +1,26 @@ |
-<html> |
- <head> |
- <style> |
- div |
- { |
- -webkit-column-span: all; |
- -webkit-columns: 2; |
- display: table-cell; |
- } |
- div:last-of-type |
- { |
- display: table-caption; |
- } |
- </style> |
- </head> |
- <body> |
- <div> |
- <div></div> |
- </div> |
- PASS |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- </body> |
-</html> |
+<html> |
+ <head> |
+ <style> |
+ div |
+ { |
+ -webkit-column-span: all; |
+ -webkit-columns: 2; |
+ display: table-cell; |
+ } |
+ div:last-of-type |
+ { |
+ display: table-caption; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div> |
+ <div></div> |
+ </div> |
+ PASS |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ </body> |
+</html> |