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

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

Powered by Google App Engine
This is Rietveld 408576698