https://github.com/mozilla/gecko-dev
Raw File
Tip revision: efb967f8cf084ccda44399f40ef4669ef97d39d1 authored by Jonathan Griffin on 12 February 2013, 18:10:03 UTC
Bug 839675 - Prevent out-of-sync problems. r=mdas, a=akeybl
Tip revision: efb967f
textarea-required-valid.html
<!DOCTYPE html>
<html>
  <!-- Test: if textarea is valid and 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' required>foo</textarea>
  </body>
</html>

back to top