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