haikuwebkit/LayoutTests/fast/layoutformattingcontext/simple-absolute-positioned-...

11 lines
252 B
HTML

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