fit-content-max-inline-size.tentative.html (480B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/10721"> 3 <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> 4 <p>Test passes if there is a filled green square.</p> 5 <div style="width: fit-content; height: 100px; background: green;"> 6 <div style="max-width: fit-content; width: 200px;"> 7 <span style="display: inline-block; width: 50px;"></span><span style="display: inline-block; width: 50px;"></span> 8 </div> 9 </div>