blob: 815a53b5bafd28be1c371681ece5ec1c619a6088 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
width: 100px;
height: 100px;
}
</style>
<div style="background-color: green"></div>
<div style="background-color: blue; position: relative; left: 100px; top: -100px;"></div>