blob: 4a64acbc68399139d75ff77c7e80d4eeb413da00 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.table {
display: table;
width: 100px;
height: 100px;
background-color: green;
}
.float {
float: right;
width: 20px;
height: 20px;
background-color: blue;
}
</style>
<div class=table><div class=float></div></div>