Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>CSS aspect-ratio: image with width:fit-content</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="This test verifies that the resolved width value is derived from transferring the definite height through the natural aspect-ratio, not from the image's natural width.">
<p>Test passes if there is a filled green square.</p>
<img src="support/200x200-green.png" style="height: 100px; width: fit-content">