blob: f849344b779aa7ed6d8050ab0842c9254ad72eac [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
.float {
width: 20px;
height: 20px;
background-color: blue;
position: relative;
}
</style>
<div style="position: absolute; top: 8px; left: 8px; background-color: green; width: 40px; height: 240px"></div>
<div class=float></div>
<div class=float></div>
<div class=float style="left: 20px;"></div>
<div class=float style="left: 20px;"></div>
<div class=float style="left: 20px;"></div>
<div class=float></div>
<div class=float></div>
<div class=float style="left: 20px;"></div>
<div class=float></div>
<div class=float style="top: -20px; left: 20px;"></div>
<div class=float></div>
<div class=float style="top: -20px; left: 20px;"></div>