https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dbaacfb647dab0a3c3d29722c7aaa55bec347b5f authored by Brian Smith on 07 December 2011, 02:42:42 UTC
Back out 07882283b9e0 which was intended for default, not this release branch, a=nthomas
Tip revision: dbaacfb
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 :valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <button class='notvalid'></button>
  </body>
</html>
back to top