blob: acdf6dac7f53305df40b93cf3ecd496cdd9a4db5 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
height: 120px;
width: 120px;
position: relative;
background-color: green;
}
div div {
background: blue;
height: 10px;
}
</style>
<div class=container>
<div style="width: 12px;"></div>
<div style="width: 120px;"></div>
</div>