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