https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 373ea7c388c7a2ad93d48298999d9726505e4ead authored by seabld on 21 May 2011, 04:50:50 UTC
Added tag SEAMONKEY_2_1rc2_RELEASE for changeset ac9cf29de0d2. CLOSED TREE a=release
Tip revision: 373ea7c
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