blob: c66162745d5083049705eac7d0ba18fe4f508982 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ LayoutFormattingContextEnabled=true InlineFormattingContextIntegrationEnabled=false ] -->
<style>
.container {
width: fit-content;
background: red;
}
.content {
display: inline-block;
width: 100px;
height: 100px;
background: green;
vertical-align: top;
}
</style>
<div class=container>
<div class=content></div>
</div>