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
<meta name="assert" content="This test verifies aspect-ratio's <ratio> is used to determine the image's size because contain:size enforces no intrinsic aspect ratio.">
<style>
img {
width: 100px;
aspect-ratio: 1/1;
contain: size;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>