haikuwebkit/LayoutTests/fast/layoutformattingcontext/table-with-padding-and-bord...

16 lines
351 B
HTML

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