Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS aspect-ratio: img</title>
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<!-- When coercing the natural-size and aspect-ratio to be consistent, it should use the correct box-sizing. -->
<img src="support/20x50-green.png" style="aspect-ratio: 1; background: green; padding-right: 80px; padding-bottom: 50px; box-sizing: border-box;">