chromium/headless/test/data/blue_box.html

<!doctype html>
<style>
body {
  overflow: hidden;
  min-height: 300px;
  min-width: 300px;
  background-image: linear-gradient(#0000ff, #0000ff);
  background-size: 100px 100px;
  background-position: 200px 200px;
  background-repeat: no-repeat;
}
</style>
<body>
</body>