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