aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/ref/root_pseudo_b.html
blob: 4b6d7a04ffcd8306236490fd8ccfa8acf2e32cc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <title>:root test</title>
    <style type="text/css">
      html      { background: green; }
    </style>
  </head>
  <body>
    The background of the page should be green and you should see not red at all.
    <p>And the background of this sentence should be green too.</p>
  </body>
</html>