https://github.com/mozilla/gecko-dev
Raw File
Tip revision: f037c9d795f69b3037a78512a6bb321199269c98 authored by tbirdbld on 25 September 2012, 22:46:53 UTC
Added THUNDERBIRD_16_0b3_RELEASE THUNDERBIRD_16_0b3_BUILD1 tag(s) for changeset fd5e4a57e184. DONTBUILD CLOSED TREE a=release
Tip revision: f037c9d
textarea.html
<!DOCTYPE>
<html class="reftest-wait">
  <script>
    function onloadHandler()
    {
      document.getElementById('e').setCustomValidity('foo');
      document.documentElement.className='';
    }
  </script>
  <body onload="onloadHandler();">
    <textarea id='e'></textarea>
  </body>
</html>
back to top