Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / avoidance-rtl.html
blob631ba297384c98dbdf1008899d27ee7867dbe26d
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>