Status: FAIL | Duration: 8ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-sizing/aspect-ratio/replaced-element-019.html
<!DOCTYPE html> <title>CSS aspect-ratio: embed with ratio 5:1</title> <link rel="author" title="Mozilla" href="https://www.mozilla.org/"> <link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio"> <link rel="match" href="reference/ref-filled-green-100x20-rect.html" /> <embed type="image/png" src="support/20x50-green.png" style="width: 100px; aspect-ratio: 5/1;">
/css/css-sizing/aspect-ratio/reference/ref-filled-green-100x20-rect.html
<!DOCTYPE html> <link rel="author" title="Mozilla" href="https://www.mozilla.org/"> <div style="background: green; width: 100px; height: 20px;"></div>