blob: da73d6107100018cd17699e3262ec3b4d455627f [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style type="text/css">
.container {
background-color: green;
width: 120px;
height: 120px;
}
.box {
background-color: blue;
height: 16px;
width: 80px;
}
</style>
<div class=container><div class=box></div><div class=box style="width: 60px"></div></div>