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