summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/selector-required-type-change-001-ref.html
blob: 6ad6b107b9cbd812d579c990e20ab5bf8673552c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      span { color: green; }
    </style>
  </head>
  <body>
    <input type="button"><span>This should be green</span>
  </body>
</html>