https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 25518337644dfa70bf65cde84597449b56a929ea authored by John Schoenick on 28 January 2012, 03:38:01 UTC
bug 702466, imported patch fix_via_handler_table, r=sicking, a=dveditz
Tip revision: 2551833
input-email-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if input is valid and not barred from constraint validation,
             it should not be affected by :-moz-ui-invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <input class='notinvalid' type='email' value='foo@bar.com'>
  </body>
</html>

back to top