haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-fixed-row-height-simp...

16 lines
349 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.first {
width: 100px;
height: 50px;
background-color: blue;
}
.second {
width: 100px;
height: 50px;
background-color: green;
}
</style>
<div class=first></div>
<div class=second></div>