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