chromium/third_party/blink/web_tests/dark-mode/images/repeat-image-as-background.html

<!DOCTYPE html>
<head>
  <link rel="match" href="repeat-image-as-background-expected.html">
  <style type="text/css">
    div {
      background:transparent url(resources/background.png) left top repeat;
      width: 400px;
      height: 400px;
    }
  </style>
</head>

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