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