You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<metaname="assert" content="This test verifies that the outer div's width is transferring through aspect-ratio as a percentage basis for its children when computing their max-content contribution.">
<style>
.outer {
width:200px;
aspect-ratio:2/1;
}
.inner {
width: max-content;
height:100%;
background: red;
}
img {
height:100%;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>