summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-selectors/state-dependent-in-any-ref.html
blob: cb69dc19e685f2b3cbd5dca11274d63aad883a98 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      span { color: green; }
    </style>
  </head>
  <body>
    <input value="Test"><span>This should be green</span>
  </body>
</html>