https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 60e8b48fa676ee4d45375149e021a4bbe83ec6fc authored by ffxbld on 12 November 2013, 23:27:50 UTC
Added FIREFOX_25_0_1_RELEASE FIREFOX_25_0_1_BUILD1 tag(s) for changeset d20d499b219f. DONTBUILD CLOSED TREE a=release
Tip revision: 60e8b48
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