https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 7bd675fcf5cb3ddde0c9627cad7e24f15f8c8a3c authored by tbirdbld on 11 May 2012, 16:41:42 UTC
Added THUNDERBIRD_13_0b2_RELEASE THUNDERBIRD_13_0b2_BUILD1 tag(s) for changeset f40f8e40bae8. DONTBUILD CLOSED TREE a=release
Tip revision: 7bd675f
input-disabled.html
<!DOCTYPE html>
<html>
  <!-- Test: if input is disabled, it is barred from constraint validation
             and should not be affected by :-moz-ui-valid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <input class='notvalid' disabled>
  </body>
</html>
back to top