haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-cell-baseline-offset-...

19 lines
439 B
HTML

<!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>