https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 1fe15fe9c37a836d4bb21a208493af3d0788c84b authored by B2G Bumper Bot on 09 June 2014, 13:47:09 UTC
Bumping manifests a=b2g-bump
Tip revision: 1fe15fe
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