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