https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5a4f765168e6f23bcfb22cb9b376d58714e35a90 authored by seabld on 13 January 2013, 10:41:01 UTC
Added tag SEAMONKEY_2_16b1_RELEASE for changeset FIREFOX_19_0b1_BUILD3. CLOSED TREE a=release
Tip revision: 5a4f765
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