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

Unified Diff: LayoutTests/fast/writing-mode/vertical-float-margin.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/writing-mode/vertical-float-margin.html
diff --git a/LayoutTests/fast/writing-mode/vertical-float-margin.html b/LayoutTests/fast/writing-mode/vertical-float-margin.html
index d8642a70d6a70e60ef9347ae1c9d5e2d2615a770..df2d8e7e7ed1003d27bd0fabda4a0c94b2872de5 100644
--- a/LayoutTests/fast/writing-mode/vertical-float-margin.html
+++ b/LayoutTests/fast/writing-mode/vertical-float-margin.html
@@ -1,8 +1,8 @@
-<!DOCTYPE html>
-<html><body>
- There should be a blue block at the center of a black border.
-<div style="-webkit-writing-mode: vertical-rl; border: solid 5px black">
- <div style="float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;">
- </div>
-</div>
-</body></html>
+<!DOCTYPE html>
+<html><body>
+ There should be a blue block at the center of a black border.
+<div style="-webkit-writing-mode: vertical-rl; border: solid 5px black">
+ <div style="float: left; margin: 50px; width: 50px; height: 50px; background-color: blue;">
+ </div>
+</div>
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698