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