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