Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / positioned-split.html
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>
3 <div style="position:relative">
4 <div style="position:absolute;height:200px;width:300px;background-color:lightgray">
5 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>
8 This text should paginate across the columns.<br>
9 This text should paginate across the columns.<br>
10 </div>
11 </div>
12 <div style="height:250px"></div>
13 </div>