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

  body {
    overflow: scroll;
  }
</style>