summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scrollbars/transparent-on-root-ref.html
blob: a5b2de4f00f3abd19c74b08b80a027d09a7abcca (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset="utf-8">
<title>CSS Test: non-opaque scrollbar-color should work on the root</title>
<style>
:root {
  background-color: black;
}
</style>