blob: b472fc47bd70691773be7de5d71f2eabd8191a8f [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal: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>