https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 18d2e853f6455b2c36a3c12a44c6ec85c64263ec authored by Ben Hearsum on 11 October 2012, 15:31:21 UTC
a=bustage/akeybl
Tip revision: 18d2e85
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