https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 97f459900c52d3a0b66180001c8a6ec5275ee851 authored by Josh Matthews on 26 March 2018, 14:23:24 UTC
Add base protocol to ConnectionlessProtocol.
Tip revision: 97f4599
selector-read-write-type-change-002-ref.html
<!DOCTYPE html>
<html>
  <head>
    <style>
      span { color: green; }
    </style>
  </head>
  <body>
    <input required><span>This should be green</span>
  </body>
</html>
back to top