Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / float / marquee-shrink-to-avoid-floats.html
1 <div style="background-color: red; width: 100px;">
2     <div style="float: left; width: 50px; height: 100px; background-color: green"></div>
3     <div>
4         <marquee style="height: 100px; background-color: blue;"></marquee>
5     </div>
6 </div>