tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

1160342-2.html (290B)


      1 <html>
      2 <head>
      3 <title>Bug 1160342 - Implement marquee using mutation observers</title>
      4 </head>
      5 <body onload="document.getElementById('a').setAttribute('direction', 'right')">
      6 <marquee id="a" behavior=alternate scrollamount=0>
      7 This text should be visible
      8 </marquee>
      9 </body>
     10 </html>