tor-browser

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

transform-scaley-ref.html (469B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com">
      6    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      7    <style>
      8      body {
      9        margin: 0;
     10      }
     11 
     12      div {
     13        background: green;
     14        width: 100px;
     15        height: 50px;
     16        margin-top: 25px;
     17      }
     18    </style>
     19  </head>
     20  <body>
     21    <div>
     22    </div>
     23  </body>
     24 </html>