Status: FAIL | Duration: 16ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/fit-content-max-inline-size.tentative.html
<!DOCTYPE html> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/10721"> <link rel="match" href="../reference/ref-filled-green-100px-square-only.html"> <p>Test passes if there is a filled green square.</p> <div style="width: fit-content; height: 100px; background: green;"> <div style="max-width: fit-content; width: 200px;"> <span style="display: inline-block; width: 50px;"></span><span style="display: inline-block; width: 50px;"></span> </div> </div>
/css/reference/ref-filled-green-100px-square-only.html
<!DOCTYPE html> <link rel="author" title="Morten Stenshorne" href="mstensho@chromium.org"> <p>Test passes if there is a filled green square.</p> <div style="width:100px; height:100px; background:green;"></div>