blob: ee48bb387a6e07c66c95378bac468d4acd70986d [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style type="text/css">
.container {
background-color: green;
width: 120px;
height: 120px;
font-size: 10px;
color: green;
}
.float {
background-color: blue;
height: 16px;
width: 80px;
float: left;
}
</style>
<div class=container><div class=float></div><div class=float style="width: 60px"></div>textcontent</div>