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

11 lines
252 B
HTML

<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true LayoutFormattingContextIntegrationEnabled=false ] -->
<style>
canvas {
position: absolute;
height: 50%;
border: 1px solid green;
width: 300px;
}
</style>
<div><canvas></div>