block-aspect-ratio-029-crash.html (343B)
1 <!DOCTYPE html> 2 <title>CSS aspect ratio: An intrinsic max-width should not crash when used with aspect ratio</title> 3 <link rel="author" title="Google LLC" href="https://www.google.com/"> 4 <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio"> 5 6 <div style="max-width: max-content; height: 100px; aspect-ratio: 1/1;"></div>