https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 00839677aace3bf56a056b70059ecaaab5061d8d authored by ffxbld on 27 October 2011, 01:27:20 UTC
Added tag FENNEC_8_0b5_BUILD1 for changeset 1559949121cc. CLOSED TREE a=release
Tip revision: 0083967
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