blob: 13ca2387083f615468178118520d92f2dd2f4afa [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background-color: green;
}
</style>
<div style="width: 100px; height: 20px;"></div>
<div style="width: 200px; height: 20px;"></div>
<div style="width: 100px; height: 80px;"></div>
<div style="width: 200px; height: 60px;"></div>
<div style="width: 100px; height: 20px;"></div>
<div style="width: 100px; height: 20px; background-color: black; position: relative; top: -20px; left: 100px;"></div>
<div style="width: 100px; height: 60px; position: relative; top: -20px;"></div>