tor-browser

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

css-transform-animate-translate-implied-y-ref.html (396B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Manish Goregaokar" href="mailto:manishearth@gmail.com">
      6    <style>
      7        #box {
      8            background:red;
      9            width: 200px;
     10            height: 200px;
     11            transform: translate(100px, 0px);
     12        }
     13    </style>
     14  </head>
     15  <body>
     16    <div id=box></div>
     17  </body>
     18 </html>