chromium/third_party/blink/web_tests/fast/backgrounds/background-repeat-space-zero-tile-size-expected.html

<!DOCTYPE html>
<html>
<head>
<style>
  * { padding-bottom: 0.25px;
      background: radial-gradient(59em circle at bottom 45px right 61%, rgb(238, 72, 15), rgb(9, 47, 198));
    }
  .repeat { background-repeat: repeat; }
</style>
</head>
<div class="repeat"></div>
</html>