blob: b1315f75993895101ae6d557543366ba60b071c5 [file] [log] [blame]
<!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>