blob: b1d4c520ab4fa06b8e3ca74afa97fb12b8b83c51 [file] [log] [blame]
<!DOCTYPE html>
<style>
body {
padding: 0px;
margin: 0px;
}
.float {
float: left;
height: 10px;
width: 100%;
}
</style>
<div class="float"></div>
<script>
document.body.offsetTop;
</script>
<ul>
<li>crbug.com/726583: The list marker should be to the left, not the right.</li>
</ul>