Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / overflow / 001.html
blobe1c4b79d7e262532bf603e835227640bc1fbd35c
1 <html>
2 <body>
3 <div style="height:100px;background-color:yellow">
4 <div style="float:left;height:500px;background-color:green">Hello world</div>
5 </div>
6 <div style="overflow:hidden; height:100px; border:2px solid black">Does the float intrude?
7 <span style="float:right;width:100px;background-color:purple;height:400px"></span>
8 </div>
9 <div>This text should not overlap the purple float? Will this happen? I'm really not sure.
10 This is a test of some of the strange behavior you will find when using overflow auto or scroll, etc.
11 </div>