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

Side by Side Diff: LayoutTests/fast/multicol/pageLogicalOffset-vertical.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 .container { 2 .container {
3 background-color: lightblue; 3 background-color: lightblue;
4 height: 200px; 4 height: 200px;
5 width: 100px; 5 width: 100px;
6 -webkit-columns: 2; 6 -webkit-columns: 2;
7 -webkit-column-gap: 0; 7 -webkit-column-gap: 0;
8 margin: 8px; 8 margin: 8px;
9 } 9 }
10 10
(...skipping 13 matching lines...) Expand all
24 <div class="test">Test</div> 24 <div class="test">Test</div>
25 </div> 25 </div>
26 </div> 26 </div>
27 27
28 <div class="container" style="-webkit-writing-mode: vertical-lr;"> 28 <div class="container" style="-webkit-writing-mode: vertical-lr;">
29 <div> 29 <div>
30 <div class="margin-before"></div> 30 <div class="margin-before"></div>
31 <div class="test">Test</div> 31 <div class="test">Test</div>
32 </div> 32 </div>
33 </div> 33 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698