https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c5140c51fe6bcaacd0b1b20cdc9753f0c778172b authored by ffxbld on 05 September 2012, 21:58:00 UTC
Added FENNEC_15_0_1_RELEASE FENNEC_15_0_1_BUILD1 tag(s) for changeset 48d8147ee30d. DONTBUILD CLOSED TREE a=release
Tip revision: c5140c5
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