blob: 4eaafc11d0c9dcb294390d595f833d62ff43d86f [file] [log] [blame] [edit]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
.container {
width: 300px;
height: 500px;
direction: rtl;
outline: 1px solid green;
}
.float, .clear {
display: block;
height: 30px;
width: 100px;
background: green;
}
.clear {
background: blue;
}
</style>
<div class=container>
<span>
<div class="float" style="float: inline-start;"></div>
<div class="clear" style="clear: inline-end; width: 20px; height: 50px"></div>
</span>
</div>