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