blob: 5c5e15800985c8656926108757c9834ff9cfd79d [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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>