blob: ac7d9d897c3a9880b03ae06fad374adc34c49f38 [file] [log] [blame]
<!DOCTYPE html> <!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
.first {
height: 100px;
width: 40px;
background-color: green;
}
.second {
height: 100px;
width: 60px;
position: relative;
top: -100px;
left: 40px;
background-color: blue;
}
</style>
<div class=first></div>
<div class=second></div>