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
textarea-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if textarea is disabled, it is barred from constraint validation
             and should not be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <textarea class='notinvalid' disabled></textarea>
  </body>
</html>
back to top