https://github.com/mozilla/gecko-dev
Raw File
Tip revision: acf8691fe520766547fdba23287490adbe702aba authored by ffxbld on 16 November 2011, 16:29:35 UTC
Added tag FENNEC_9_0b2_BUILD1 for changeset 3ee9c8ccb993. CLOSED TREE a=release
Tip revision: acf8691
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