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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/cell-shrinkback-expected.html

Issue 16943008: Column balancing support in the region based multicol implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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 <div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -web kit-column-gap:0"> 1 <div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -web kit-column-gap:0">
2 <div style="height: 55px;"></div> 2 <div style="height: 55px;"></div>
3 <table cellspacing=0 cellpadding=0> 3 <table cellspacing=0 cellpadding=0>
4 <tr> 4 <tr>
5 <td><div style="height: 50px; width: 25px;"></div></td> 5 <td><div style="height: 50px; width: 25px;"></div></td>
6 <td style="background-color: orange;" valign=bottom>Text</td> 6 <td style="background-color: orange;" valign=bottom>Text</td>
7 </tr> 7 </tr>
8 </table> 8 </table>
9 <div style="border-top: solid;"></div> 9 <div style="border-top: solid;"></div>
10 </div> 10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698