https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a098327828ae6c078eebb76a933e981b492761bb authored by ffxbld on 23 January 2013, 16:09:33 UTC
Added FENNEC_19_0b3_RELEASE FENNEC_19_0b3_BUILD1 tag(s) for changeset 44ad9c166d46. DONTBUILD CLOSED TREE a=release
Tip revision: a098327
textarea-maxlength-invalid.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if textarea isn't valid nor barred from constraint validation,
             it should be affected by :invalid pseudo-class. -->
  <!-- TODO: this is valid until bug bug 613016 and bug 613019 are fixed. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('t').value='foo'; document.documentElement.className='';">
    <textarea class='notinvalid' maxlength="2" id='t'></textarea>
  </body>
</html>

back to top