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