An `<img>` has a natural size of 800×600 and the CSS below. The image's src loads successfully. What aspect ratio does the box use for its height once a width of 400px is computed?img { width: 400px; aspect-ratio: auto 1 / 1; }