blob: 35a699c8ac3d1cdbec76f4d9244b6f4983d75ac1 [file] [log] [blame]
<!DOCTYPE html>
<style>
.float {
float: left;
width: 100%;
background: lightgray;
}
</style>
<p>crbug.com/784793: The list marker should be to the left not the right.</p>
<div style="direction:rtl">
<div class="float">float</div>
<ul>
<li>
a
</li>
</ul>
</div>