<!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> |