Index: LayoutTests/compositing/overflow/get-transform-from-non-box-container.html |
diff --git a/LayoutTests/compositing/overflow/get-transform-from-non-box-container.html b/LayoutTests/compositing/overflow/get-transform-from-non-box-container.html |
index 60dc2d740f047ce13361979a2902a095ac2b66cf..0cb4da0feec48d4b60b919bff1c3294b1b70eb51 100644 |
--- a/LayoutTests/compositing/overflow/get-transform-from-non-box-container.html |
+++ b/LayoutTests/compositing/overflow/get-transform-from-non-box-container.html |
@@ -1,24 +1,24 @@ |
-<html> |
- <head> |
- <style> |
- .container { |
- display: inline; |
- -webkit-perspective: 10px; |
- } |
- .intermediate { |
- -webkit-column-width: 100px; |
- } |
- </style> |
- </head> |
- <body> |
- <div class="container" style="position: relative"> |
- <div class="intermediate" style="position: absolute"> |
- PASS |
- </div> |
- </div> |
- <script> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- </body> |
-</html> |
+<html> |
+ <head> |
+ <style> |
+ .container { |
+ display: inline; |
+ -webkit-perspective: 10px; |
+ } |
+ .intermediate { |
+ -webkit-column-width: 100px; |
+ } |
+ </style> |
+ </head> |
+ <body> |
+ <div class="container" style="position: relative"> |
+ <div class="intermediate" style="position: absolute"> |
+ PASS |
+ </div> |
+ </div> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ </body> |
+</html> |