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

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

Powered by Google App Engine
This is Rietveld 408576698