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