summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-scrollbars/viewport-scrollbar-color-change-ref.html
blob: e9119fe7c6dac09818a76c8c3e7cca835d9d4c38 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<style>
  html {
    overflow: scroll;
    scrollbar-color: green green;
  }
</style>
<div style="width: 200vw; height: 200vh"></div>