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

Unified Diff: LayoutTests/fast/text/dirty-inline-textbox-crash.html

Issue 216553010: Remove carriage returns from LayoutTests (04) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/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>

Powered by Google App Engine
This is Rietveld 408576698