Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / tall-float1.html
blobfbf9ce602d83dfb9f7801ea5cf5879abd20c6dd2
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>The word 'PASS' should be seen below.</p>
5 <div style="-webkit-columns:1; columns:1; background:yellow;">
6 <div style="float:left; width:50%;">
7 <br><br><br><br><br><br><br><br><br><br><br><br>PASS
8 </div>
9 <br><br><br><br>
10 </div>
11 </body>
12 </html>