tor-browser

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

animation-initially-out-of-view-with-delay-ref.html (178B)


      1 <!DOCTYPE html>
      2 <html>
      3 <title>Bug 1383239</title>
      4 <style>
      5 div {
      6 position: absolute;
      7 background: orange;
      8 width: 20px;
      9 height: 20px;
     10 left: 0px;
     11 }
     12 </style>
     13 <div></div>
     14 </html>