blob: 8cc63f7b683be31cc56821ca9e876094eaf507aa [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.float_like {
position: absolute;
background-color: blue;
width: 50px;
height: 50px;
}
</style>
<div style="width: 300px; height: 200px; background-color: green;"></div>
<div class=float_like style="top: 8px; left: 8px;"></div>
<div class=float_like style="top: 68px; left: 258px; height: 60px;"></div>
<div class=float_like style="top: 138px; left: 258px; height: 60px"></div>
<div class=float_like style="top: 138px; left: 8px;"></div>