blob: 718e8e67608b2094a17c18e1f846dd61cd39f536 [file] [log] [blame]
<!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: 100px;
height: 100px;
background: red;
}
.inner {
width: 100px;
height: 500px;
max-height: 100%;
background: green;
}
</style>
<div class=container><span><div class=inner></div></span></div>