tor-browser

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

transform-box-ref.html (314B)


      1 <!doctype html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>Reference for transform-box animation test equivalent</title>
      5 <style>
      6  .block {
      7    position: absolute;
      8    border: 20px solid green;
      9    width: 100px;
     10    height: 100px;
     11    left: 100px;
     12    top: 200px;
     13  }
     14 </style>
     15 <body>
     16  <div class="block"></div>
     17 </body>