summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-009-ref.html
blob: 890179a21c68bc7051c1db252fb7550468bb952e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<style>
  :root {
    scrollbar-color: yellow blue;
  }

  body {
    overflow: scroll;
  }
</style>