blob: c905bf9b529692112b5725c41aec5aad97caedb1 [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: 170px; background-color: green;"></div>
<div class=float_like style="top: 8px; left: 8px;"></div>
<div class=float_like style="top: 58px; left: 258px; height: 60px;"></div>
<div class=float_like style="top: 118px; left: 258px; height: 60px"></div>
<div class=float_like style="top: 118px; left: 8px;"></div>