summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/scrollbar-color-dynamic-8-ref.html
blob: badc99385247641412ffac88f12e320d6229e661 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<style>
  :root {
    scrollbar-color: blue green;
  }
  body {
    display: flex;
    flex-wrap: wrap;
    width: 200vw;
    height: 200vh;
  }
</style>