https://github.com/mozilla/gecko-dev
Raw File
Tip revision: b7e27340b23828cb743b5c51f4ecbd17a7e97f66 authored by Vincent Liu on 24 May 2013, 02:38:31 UTC
Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang, a=leo+
Tip revision: b7e2734
406073-1-ref.html
<html class="reftest-wait">
<body style="border:3px solid;" onload="setTimeout(doe, 0)">
<marquee behavior="alternate" scrollamount="100"><span style="background-color: lime;">marquee</span></marquee>
  <script>
    function doe() {
      document.getElementsByTagName('marquee')[0].stop();
      document.documentElement.className = "";
    }
  </script>
</body>
</html>
back to top