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