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

Side by Side Diff: LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.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 <body style="-webkit-writing-mode:vertical-rl"> 1 <body style="-webkit-writing-mode:vertical-rl">
2 <div style="height:750px; -webkit-column-count:2; border:5px solid black; paddin g:5px;width:300px; -webkit-column-rule: 2px solid grey"> 2 <div style="height:750px; -webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; border:5px solid black; paddin g:5px;width:300px; ">
3 <div style="width:250px"></div> 3 <div style="width:250px"></div>
4 <div style="display:inline-block; border:2px solid green"> 4 <div style="display:inline-block; border:2px solid green">
5 All of this text should be in the second column.<br> 5 All of this text should be in the second column.<br>
6 All of this text should be in the second column.<br> 6 All of this text should be in the second column.<br>
7 All of this text should be in the second column.<br> 7 All of this text should be in the second column.<br>
8 All of this text should be in the second column.<br> 8 All of this text should be in the second column.<br>
9 All of this text should be in the second column.<br> 9 All of this text should be in the second column.<br>
10 All of this text should be in the second column.<br> 10 All of this text should be in the second column.<br>
11 All of this text should be in the second column.<br> 11 All of this text should be in the second column.<br>
12 All of this text should be in the second column.<br> 12 All of this text should be in the second column.<br>
13 All of this text should be in the second column.<br> 13 All of this text should be in the second column.<br>
14 All of this text should be in the second column.<br> 14 All of this text should be in the second column.<br>
15 All of this text should be in the second column.<br> 15 All of this text should be in the second column.<br>
16 </div> 16 </div>
17 17
18 </div> 18 </div>
19 19
20 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/vertical-rl/rules-with-border-before.html ('k') | LayoutTests/fast/multicol/widows-and-orphans.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698