https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c034a5f1907fefabbe6cc8d49ea81d041e2ff60f authored by ffxbld on 09 November 2011, 19:31:44 UTC
Added tag FIREFOX_9_0b1_BUILD1 for changeset 31302afe89b3. CLOSED TREE a=release
Tip revision: c034a5f
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