blob: 375d4fbbcb5d2809d18bff3ad43a99830fc4f2fe [file]
<style>
.container {
width: 400px;
font-family: Monospace;
}
.float_box {
float: left;
width: 400px;
height: 20px;
}
</style>
<div class=container>
<ul style="margin-top: 28px;">
<li>Pass if bullet appears in front of item</li>
</ul>
<div class=container>
<div class=float_box style="width: 380px"></div>
<li><br>Pass if item wraps</li>
</div>
</div>