Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/div-max-content-auto-margin-bottom.tentative.html
<!DOCTYPE HTML> <title> Ensure bottom takes effect after element is centered </title> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3973"> <link rel="match" href="div-auto-margin-bottom-ref.html"> <style> #outer { inset: 0; background-color: black; margin: auto; position: absolute; block-size: max-content; inline-size: 100px; bottom: 10px; border: 5px solid red; } </style> <div id="outer"><div style="block-size: 200px;"></div></div>
/css/css-sizing/div-auto-margin-bottom-ref.html
<!DOCTYPE HTML> <title> Ensure bottom takes effect after element is centered </title> <style> div { inset: 0; background-color: black; margin: auto; position: absolute; block-size: 200px; inline-size: 100px; bottom: 10px; border: 5px solid red; } </style> <div></div>