no-layout-containment-baseline.html (389B)
1 <!DOCTYPE html> 2 <title>Baseline alignment should work from a container-type subtree.</title> 3 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/10544#issuecomment-2248438355"> 4 <link rel="match" href="no-layout-containment-baseline-ref.html"> 5 <div> 6 baseline <div style="display: inline-block; width: 100px; height: 100px; container-type: inline-size;">aligned</div> 7 </div>