Status: PASS | Duration: 12ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-conditional/container-queries/no-layout-containment-baseline.html
<!DOCTYPE html> <title>Baseline alignment should work from a container-type subtree.</title> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/10544#issuecomment-2248438355"> <link rel="match" href="no-layout-containment-baseline-ref.html"> <div> baseline <div style="display: inline-block; width: 100px; height: 100px; container-type: inline-size;">aligned</div> </div>
/css/css-conditional/container-queries/no-layout-containment-baseline-ref.html
<!DOCTYPE html> <div> baseline <div style="display: inline-block; width: 100px; height: 100px;">aligned</div> </div>