https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6565d51b22a1ce191e18e923f0777723f73688a3 authored by Josh Matthews on 19 June 2013, 08:51:39 UTC
Backed out changeset f96ebb0aa903 (bug 867895)
Tip revision: 6565d51
textarea-required-invalid.html
<!DOCTYPE html>
<html>
  <!-- Test: if textarea isn't valid nor barred from constraint validation,
             it should be affected by :invalid pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <textarea class='invalid' required></textarea>
  </body>
</html>

back to top