haikuwebkit/LayoutTests/fast/layoutformattingcontext/block-only/absolute-position-with-marg...

11 lines
325 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
div {
background-color: green;
width: 100px;
height: 100px;
}
</style>
<div style="position: relative; left: 10px;"></div>
<div style="position: relative; top: -100px; left: 390px;"></div>