tor-browser

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

transform-inherit-ref.html (383B)


      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        height: 100px;
      9        width: 100px;
     10        background: blue;
     11        position: relative;
     12        left: 50px;
     13        top: 50px;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <div></div>
     19  </body>
     20 </html>