tor-browser

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

nested-transform-1-ref.html (356B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      5 <meta charset="utf-8">
      6 <title></title>
      7 
      8 <style type="text/css">
      9 div {
     10  position: absolute;
     11  margin: 0 0;
     12 }
     13 </style>
     14 </head>
     15 
     16 <body>
     17 <div style="left: 58px;">
     18  <div style="width: 100px; height: 100px; background-color: red;"></div>
     19 </div>
     20 
     21 </body>
     22 </html>