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

Side by Side Diff: LayoutTests/fast/multicol/old/unsplittable-inline-block.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
1 <div style="width:750px; height:300px; -webkit-column-count:2; -webkit-column-ru le:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; border:5px solid black; padding:5px; "> 1 <div style="width:750px; height:300px; -webkit-column-count:2; -webkit-column-ru le:2px solid grey; column-count:2; column-rule:2px solid grey; column-fill:auto; border:5px solid black; padding:5px; ">
2 <div style="height:250px"></div> 2 <div style="height:250px"></div>
3 <div style="display:inline-block; border:2px solid green"> 3 <div style="display:inline-block; border:2px solid green">
4 All of this text should be in the second column.<br> 4 All of this text should be in the second column.<br>
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 </div> 15 </div>
16 16
17 </div> 17 </div>
18 18
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698