blob: ecfe56f040fe1dd3888d13708c4bb641938d5d40 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true 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>