https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 079a973c2c388fb725c3bef91fcea95c5290b480 authored by ffxbld on 23 October 2013, 04:20:35 UTC
Added FENNEC_25_0_RELEASE FENNEC_25_0_BUILD2 tag(s) for changeset a931cbcc99cd. DONTBUILD CLOSED TREE a=release
Tip revision: 079a973
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