https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 3af1ac92e8292582bd1b0c57c2f0a2e48df63665 authored by ffxbld on 01 February 2012, 23:16:00 UTC
Added tag FIREFOX_11_0b1_BUILD1 for changeset 10f6e1d07941. CLOSED TREE a=release
Tip revision: 3af1ac9
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