Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: LayoutTests/compositing/overflow/get-transform-from-non-box-container.html

Issue 217003006: Remove carriage returns from LayoutTests (01) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix caret-and-focus-ring Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698