haikuwebkit/LayoutTests/fast/layoutformattingcontext/min-max-content-width-with-...

20 lines
427 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
float: left;
background-color: red;
}
.child_floating {
float:left;
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div class=container>
<div class=child_floating></div>
<div class=child_floating></div>
<div class=child_floating></div>
</div>