<!DOCTYPE html>
<link rel="stylesheet" href="resources/link-highlight-style.css">
<style>
.fauxColumn {
float: left;
width: 50px;
height: 50px;
}
</style>
<div style="display:flow-root; width:580px; height:119px; line-height:40px;">
<div class="fauxColumn" style="margin-left:120px;">
<div style="height:31px;"></div>
<span class="fauxHighlight"> xxx </span><br>
<span class="fauxHighlight"> xxx </span><br>
</div>
<div class="fauxColumn" style="margin-left:70px;">
<span class="fauxHighlight"> xxx </span><br>
<span class="fauxHighlight"> xxx </span><br>
</div>
<div class="fauxColumn" style="margin-left:70px;">
<span class="fauxHighlight"> xxx </span><br>
</div>
</div>
<p>This test is successful if there are five green rectangles and no red above.</p>