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

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

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. 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
OLDNEW
1 <script> 1 <script>
2 if (window.internals) 2 if (window.internals)
3 internals.settings.setRegionBasedColumnsEnabled(true); 3 internals.settings.setRegionBasedColumnsEnabled(true);
4 </script> 4 </script>
5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns: 2; -web kit-column-gap:0"> 5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webk it-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
6 <div style="height: 55px;"></div> 6 <div style="height: 55px;"></div>
7 <table cellspacing=0 cellpadding=0> 7 <table cellspacing=0 cellpadding=0>
8 <tr> 8 <tr>
9 <td><div style="height: 50px; width: 25px;"></div></td> 9 <td><div style="height: 50px; width: 25px;"></div></td>
10 <td style="background-color: orange;" valign=bottom>Text</td> 10 <td style="background-color: orange;" valign=bottom>Text</td>
11 </tr> 11 </tr>
12 </table> 12 </table>
13 <div style="border-top: solid;"></div> 13 <div style="border-top: solid;"></div>
14 </div> 14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698