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

<!DOCTYPE html>
<!--- Verify that we correctly handle zero computed tile size with background-repeat: space. -->
<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));
    }
  .space { background-repeat: space; }
</style>
</head>
<div class="space"></div>
</html>