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

Side by Side Diff: LayoutTests/fast/multicol/table-row-height-increase-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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/multicol/table-row-height-increase.html ('k') | no next file » | 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 td { 2 td {
3 background-color: green; 3 background-color: green;
4 vertical-align: top; 4 vertical-align: top;
5 font-family: ahem; 5 font-family: ahem;
6 font-size: 20px; 6 font-size: 20px;
7 color: rgba(0, 0, 0, .5); 7 color: rgba(0, 0, 0, .5);
8 } 8 }
9 9
10 </style> 10 </style>
11 <div style="width: 480px; -webkit-column-count: 2; -webkit-column-gap: 0; height : 60px;"> 11 <div style="width: 480px; -webkit-column-count: 2; -webkit-column-gap: 0; height : 60px;">
12 <table cellpadding=0 cellspacing=0 style="background-color: green;"> 12 <table cellpadding=0 cellspacing=0 style="background-color: green;">
13 <tr style="height: 30px;"> 13 <tr style="height: 30px;">
14 <td style="width: 60px;" rowspan=2></td> 14 <td style="width: 60px;" rowspan=2></td>
15 <td></td> 15 <td></td>
16 <td></td> 16 <td></td>
17 <td></td> 17 <td></td>
18 </tr> 18 </tr>
19 <tr> 19 <tr>
20 <td style="width: 60px;"></td> 20 <td style="width: 60px;"></td>
21 <td style="width: 60px;">abc def</td> 21 <td style="width: 60px;">abc def</td>
22 <td style="width: 60px;">abc def</td> 22 <td style="width: 60px;">abc def</td>
23 </tr> 23 </tr>
24 </table> 24 </table>
25 </div> 25 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/table-row-height-increase.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698