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

Unified Diff: LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html

Issue 25994003: Convert a few more HTML files from using DOS line breaks to UNIX. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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/multicol/pageLogicalOffset-vertical-expected.html
diff --git a/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html b/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html
index c5d4eefd2847d3f96676cb45bb670ee67e759e2e..d7efde1a2de1867a893b15fc32dc936c6a4a1e7c 100644
--- a/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html
+++ b/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html
@@ -1,32 +1,32 @@
-<style>
- .container {
- background-color: lightblue;
- height: 200px;
- width: 100px;
- -webkit-columns: 2;
- -webkit-column-gap: 0;
- margin: 8px;
- }
-
- .margin-before {
- width: 90px;
- }
-
- .test {
- font: 20px ahem;
- background-color: yellow;
- }
-</style>
-<div class="container" style="-webkit-writing-mode: vertical-rl;">
- <div>
- <div class="margin-before"></div>
- <div class="test">Test</div>
- </div>
-</div>
-
-<div class="container" style="-webkit-writing-mode: vertical-lr;">
- <div>
- <div class="margin-before"></div>
- <div class="test">Test</div>
- </div>
-</div>
+<style>
+ .container {
+ background-color: lightblue;
+ height: 200px;
+ width: 100px;
+ -webkit-columns: 2;
+ -webkit-column-gap: 0;
+ margin: 8px;
+ }
+
+ .margin-before {
+ width: 90px;
+ }
+
+ .test {
+ font: 20px ahem;
+ background-color: yellow;
+ }
+</style>
+<div class="container" style="-webkit-writing-mode: vertical-rl;">
+ <div>
+ <div class="margin-before"></div>
+ <div class="test">Test</div>
+ </div>
+</div>
+
+<div class="container" style="-webkit-writing-mode: vertical-lr;">
+ <div>
+ <div class="margin-before"></div>
+ <div class="test">Test</div>
+ </div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/pageLogicalOffset-vertical.html ('k') | LayoutTests/fast/multicol/table-row-height-increase.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698