Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS aspect ratio: An intrinsic max-width should not crash when used with aspect ratio</title>
<div style="max-width: max-content; height: 100px; aspect-ratio: 1/1;"></div>