https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b9c3ece3cdced24a92f21a6a571d53f7c9fd0f9d authored by B2G Bumper Bot on 11 October 2014, 17:31:46 UTC
Bumping manifests a=b2g-bump
Tip revision: b9c3ece
input.html
<!DOCTYPE>
<html class="reftest-wait">
  <script>
    function onloadHandler()
    {
      document.getElementById('e').setCustomValidity('foo');
      document.documentElement.className='';
    }
  </script>
  <body onload="onloadHandler();">
    <input id='e'>
  </body>
</html>
back to top