blob: 7fe4ae3f23e90bbe890af1c401ff216c0647a598 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
div {
width: 150px;
height: 29px;
background-color: green;
}
.cell {
width: 72px;
height: 25px;
background-color: blue;
position: relative;
}
</style>
<div></div>
<div class=cell style="top: -27px; left: 2px"></div>
<div class=cell style="top: -52px; left: 76px"></div>