https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 31bad8966ecad45e1b9496842ca9b074906460ec authored by ffxbld on 28 June 2012, 12:38:40 UTC
Added FENNEC_14_0b10_RELEASE FENNEC_14_0b10_BUILD1 tag(s) for changeset 997811a777df. DONTBUILD CLOSED TREE a=release
Tip revision: 31bad89
textarea-customerror.html
<!DOCTYPE html>
<html class="reftest-wait">
  <!-- Test: if textarea has a custom error, it should be affected by :invalid
             pseudo-class. -->
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body onload="document.getElementById('t').setCustomValidity('foo'); document.documentElement.className='';">
    <textarea class='invalid' id='t'></textarea>
  </body>
</html>
back to top