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