blob: 74051d3df87690005ac3303c265825515c48ca45 [file] [log] [blame]
<!-- webkit-test-runner [ internal:LayoutFormattingContextEnabled=true internal:LayoutFormattingContextIntegrationEnabled=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>