chromium/third_party/blink/web_tests/external/wpt/css/css-flexbox/reference/flex-aspect-ratio-img-row-014-ref.html

<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:[email protected]" />
<style>
span {
  display: inline-block;
  background-color: green;
  height: 225px;
  width: 90px;
}

div {
  border: 1px solid black;
  height: 225px;
  width: 300px;
}
</style>

<p>Test passes if there is <strong>no red</strong> visible on the page.</p>
<div><span></span></div>