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