blob: 9016d53d2a2372be8c31edd89585b35886fe67a3 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true 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 quirk mode -->
<div class=container>
<div class=floatBox></div>
<div class=table></div>
</div>