chromium/third_party/blink/web_tests/external/wpt/css/css-backgrounds/background-size/reference/background-size-cover-svg-ref.html

<!DOCTYPE html>
<html>
<head>
  <title>CSS Background Test Reference</title>
  <link rel="author" title="schenney" href="mailto:[email protected]">
  <style>
    div {
      height: 400px;
      width: 600px;
      position: relative;
      background-color: red;
      background-repeat: repeat;
      background-position: bottom center;
      background-image: url("../support/50x50-green.png");
    }
  </style>
</head>

<body>
  <div></div>
</body>
</html>