chromium/third_party/blink/web_tests/external/wpt/css/css-flexbox/reference/align-content-001-ref.html

<!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>