summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/reference/flex-aspect-ratio-img-row-014-ref.html
blob: ea36ff403011527bf63d248db2fc40ff24328d91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<title>CSS Reference</title>
<link rel="author" title="Sergio Villar Senin" href="mailto:svillar@igalia.com" />
<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>