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