tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / overflow / 001.html
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>