Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / float / avoidance-rtl.html
1 <div style="border-left: 50px solid green; direction: rtl; width: 200; background-color: red;">
2     <div style="background-color: green; width: 100px; height: 100px; float: right;"></div>
3     <div style="overflow: hidden; background-color: green; height: 100px; width: 100px;"></div>
4 </div>