tor-browser

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

1238660-1.html (286B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <title>Bug 1238660</title>
      5  </head>
      6  <body>
      7    <span>
      8      <div>
      9        <span></span>
     10      </div>
     11    </span>
     12    <style>
     13    span {
     14      animation: anim 0.1s 0.1s;
     15    }
     16    @keyframes anim { to { opacity:1 } }
     17    </style>
     18  </body>
     19 </html>