https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6942d58e2a78eccfc404f444acc06b580c66fd79 authored by Geoffrey Sneddon on 16 March 2018, 16:44:36 UTC
Make host_ip always exist in the normalised config
Tip revision: 6942d58
selector-read-write-type-change-001-ref.html
<!DOCTYPE html>
<html>
  <head>
    <style>
      span { color: green; }
    </style>
  </head>
  <body>
    <input type="button"><span>This should be green</span>
  </body>
</html>
back to top