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

Side by Side Diff: LayoutTests/fast/multicol/newmulticol/positioned-split.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 internals.settings.setRegionBasedColumnsEnabled(true) 2 internals.settings.setRegionBasedColumnsEnabled(true)
3 </script> 3 </script>
4 <div style="-webkit-column-count:2; border:2px solid black; height:300px"> 4 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; border:2px solid black; height:300px">
5 <div style="height:250px"></div> 5 <div style="height:250px"></div>
6 <div style="position:relative"> 6 <div style="position:relative">
7 <div style="position:absolute;height:200px;width:300px;background-color:lightgra y"> 7 <div style="position:absolute;height:200px;width:300px;background-color:lightgra y">
8 This text should paginate across the columns.<br> 8 This text should paginate across the columns.<br>
9 This text should paginate across the columns.<br> 9 This text should paginate across the columns.<br>
10 This text should paginate across the columns.<br> 10 This text should paginate across the columns.<br>
11 This text should paginate across the columns.<br> 11 This text should paginate across the columns.<br>
12 This text should paginate across the columns.<br> 12 This text should paginate across the columns.<br>
13 </div> 13 </div>
14 </div> 14 </div>
15 <div style="height:250px"></div> 15 <div style="height:250px"></div>
16 </div> 16 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698