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

Side by Side Diff: LayoutTests/fast/multicol/old/table-row-height-increase.html

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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
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; height:60px; -webkit-column-count:2; -webkit-column-gap :0; column-count:2; column-gap:0; column-fill:auto;"> 11 <div style="width:480px; height:60px; -webkit-column-count:2; -webkit-column-gap :0; column-count:2; column-gap:0; column-fill:auto;">
12 <table cellpadding=0 cellspacing=0 style="background-color: red;"> 12 <table cellpadding=0 cellspacing=0 style="background-color: red;">
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

Powered by Google App Engine
This is Rietveld 408576698