https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0e4d73b352638f4cdc463b52120e96b5448e24b9 authored by David Keeler on 22 October 2013, 21:47:01 UTC
bug 929068 - pref-off OCSP stapling due to site failures r=cviecco a=akeybl
Tip revision: 0e4d73b
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