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