haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-simple-rowspan-with-s...

21 lines
554 B
HTML

<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
border: 1px solid red;
position: absolute;
}
.container {
border: 10px solid green;
width: 524px;
height: 384px;
}
</style>
<div class=container>
<style>
</style>
<div style="width: 82px; height: 124px; left: 129px; top: 129px;"></div>
<div style="width: 82px; height: 12px; left: 311px; top: 129px;"></div>
<div style="width: 82px; height: 12px; left: 311px; top: 241px;"></div>
</div>