summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/root.html
blob: 331ee74880c2bc9539dec7eb0ee37ef665c04006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
    <title>:root test</title>
    <style>
      :root {
        background-color: red;
      }
    </style>
  </head>
  <body>
    Background will be red.
  </body>
</html>