https://github.com/mozilla/gecko-dev
Raw File
Tip revision: cf369d4e95a1230f82a8192d98fb6fa1c8054b57 authored by ffxbld on 28 March 2015, 10:32:56 UTC
No bug, Automated HSTS preload list update from host bld-linux64-spot-1001 - a=hsts-update
Tip revision: cf369d4
button-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if button has no custom error and is not barred from constraint
             validation, it should be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notinvalid'</button>
  </body>
</html>
back to top