https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 46b2c83e8790ad6e96bb45f652379716a25294fc authored by ffxbld on 21 July 2011, 21:45:55 UTC
Added tag FENNEC_6_0b3_BUILD2 for changeset 5735ffc7bed2. CLOSED TREE a=release
Tip revision: 46b2c83
textarea-maxlength-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if textarea is valid and is not barred from constraint validation,
             it should not be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <textarea class='notinvalid' maxlength="2"></textarea>
  </body>
</html>

back to top