chromium/third_party/blink/web_tests/wpt_internal/css/css-overflow/scroll-buttons-001-ref.html

<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference File: ::scroll-next-button and ::scroll-prev-button</title>
<style>
  div {
    background: green;
    height: 100px;
    width: 100px;
  }
</style>
<p>Test passes if there is a <strong>filled green rectangle</strong>.
<div></div>