grid-content-distribution-029.html (584B)
1 <!DOCTYPE html> 2 <link rel="help" href="https://drafts.csswg.org/css-align-3/#positional-values"> 3 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html"> 4 <link rel="author" title="Kurt Catti-Schmidt" href="mailto:kschmi@microsoft.com"> 5 <meta name="assert" content="Alignment must work after max-width clamps the aspect ratio."> 6 <p>Test passes if there is a filled green square.</p> 7 <div style="display: grid; width: 100px; aspect-ratio: 2; max-width: 50px; align-content: center;"> 8 <div style="width: 100px; height: 100px; background: green;"></div> 9 </div>