blob: ea2726cf1092e43e4195aa0cc5db27bf9f2bceac [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>
<div class="float">float</div>
<ul>
<li>
a
</li>
</ul>
</div>