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