tor-browser

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

transform3d-scale-001-notref.html (402B)


      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  </head>
      7  <body>
      8    <div style="width: 100px; height: 100px">
      9      <div style="background: blue; width: 50px; height: 50px;"></div>
     10      <div style="background: lime; width: 50px; height: 50px; margin-left: 50px;"></div>
     11    </div>
     12  </body>
     13 </html>