blob: d994835d00981672750f9a7a21aea73464f7f6ce [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: 100px;
height: 100px;
}
.floatBox {
float: left;
width: 40px;
height: 100px;
background-color: green;
}
.table {
display: table;
height: 20px;
outline: 8px solid blue;
}
</style>
<!-- note the non-quirk mode -->
<div class=container>
<div class=floatBox></div>
<div class=table></div>
</div>