https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e58e94fb0696e9d99b8685348f02278a4bafced7 authored by ffxbld on 13 June 2017, 15:39:45 UTC
No bug, Automated HPKP preload list update from host bld-linux64-spot-381 - a=hpkp-update
Tip revision: e58e94f
button-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if button is disabled, it is barred from constraint validation
             and should not be affected by :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notvalid' disabled></button>
  </body>
</html>

back to top