Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / positioned-outside-of-columns-expected.html
blobafc097798af47fb8fde58ce00cb980867f6f49f9
1 <div style="position:relative; border:2px solid black; height:200px; width:410px">
2 <div style="height:200px;background-color:lime;position:absolute;left:0;top:0;width:200px"></div>
3 <div style="height:200px;background-color:lime;position:absolute;right:0;top:0;width:200px"></div>
4 <div style="position:absolute;height:200px;width:300px;background-color:lightgray; left:200px; top:200px;">
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 This text should be outside the columns.<br>
10 </div>
11 </div>
12 </div>