Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / 033.html
blobd8cfb6894fc62ae33637e6b01712f9e9528e405f
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <style>
4 div.contentcontainer {
5 float:right;
6 overflow: hidden;
8 </style>
9 </head>
10 <body>
11 <div class="contentcontainer">
12 <div style="height:2000px;width:300px;background-color:blue"></div>
13 </body>
14 </html>