haikuwebkit/LayoutTests/fast/block/float/avoidance-rtl.html

5 lines
295 B
HTML

<div style="border-left: 50px solid green; direction: rtl; width: 200; background-color: red;">
<div style="background-color: green; width: 100px; height: 100px; float: right;"></div>
<div style="overflow: hidden; background-color: green; height: 100px; width: 100px;"></div>
</div>