https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 30f700013becebe314e173da23f5e6409fec2696 authored by B2G Bumper Bot on 29 June 2015, 19:25:58 UTC
Bumping manifests a=b2g-bump
Tip revision: 30f7000
button-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if button 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>
    <button class='notinvalid' disabled></button>
  </body>
</html>
back to top