summaryrefslogtreecommitdiffstats
path: root/layout/reftests/color-scheme/color-scheme-basic.html
blob: 9dc0cae4e647e53486b4ae9ee209d710a9682f15 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<style>
  :root {
    color-scheme: dark;
    background-color: Window;
    color: WindowText;
  }
</style>
Some text