blob: 77faa01b4f19e421900ce11b26de9fa64f001506 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=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>