Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / positioned-outside-of-columns.html
blob280b04ee3f6b78510c0c9b242f9ba9a073b9c3a5
1 <div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; column-count:2; column-width:200px; column-fill:auto; width:410px; -webkit-column-gap:10px; border:2px solid black; height:200px">
2 <div style="height:400px;background-color:lime"></div>
3 <div style="position:absolute;height:200px;width:300px;background-color:lightgray; left:200px; top:200px;">
4 This text should be outside the columns.<br>
5 This text should be outside the columns.<br>
6 This text should be outside the columns.<br>
7 This text should be outside the columns.<br>
8 This text should be outside the columns.<br>
9 </div>
10 </div>
11 </div>