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

  body {
    overflow: scroll;
  }
</style>