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

</body></html>