haikuwebkit/LayoutTests/fast/layoutformattingcontext/float-avoiding-br-simple-ex...

14 lines
585 B
HTML

<!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>