haikuwebkit/LayoutTests/fast/layoutformattingcontext/height-percentage-quirk-to-...

11 lines
217 B
HTML

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