blob: ecd28ab516033094ff5dac80c27fef1dfe26fd89 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=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>