blob: 81245bdda671f31d54aeada2d55a76d0df5123a6 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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>