haikuwebkit/LayoutTests/fast/layoutformattingcontext/absolute-positioned-box-wit...

11 lines
241 B
HTML

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