summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/reference/align-content-001-ref.html
blob: bd468820339bb2bacbaf91ba64911ec24fc1de26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<style>
  div {
    background: green;
    height: 100px;
    width: 300px;
  }
</style>
<body>
  <p>Test passes if there is no red visible on the page.</p>
  <div></div>
</body>