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