https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8bfbabeb37d6039e751f36d2d1ec7321977789ab authored by Rail Aliiev on 13 October 2014, 17:14:07 UTC
Bug 1075607 - create mozilla-b2g34_v2_1 branch. Swith L10N repos. r=bhearsum, a=mergeday
Tip revision: 8bfbabe
select.html
<!DOCTYPE>
<html class="reftest-wait">
  <link rel='stylesheet' type='text/css' href='style.css'>
  <script>
    function onloadHandler()
    {
      document.getElementById('e').setCustomValidity('foo');
      document.documentElement.className='';
    }
  </script>
  <body onload="onloadHandler();">
    <select id='e'></select>
  </body>
</html>
back to top