tor-browser

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

transform-origin-name-notref.html (352B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name">
      6    <style>
      7      div {
      8        margin: 300px 0 0 300px;
      9        width: 100px;
     10        height: 200px;
     11        background: #202040;
     12      }
     13    </style>
     14  </head>
     15  <body>
     16    <div></div>
     17  </body>
     18 </html>