tor-browser

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

115199-2b.html (372B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <style>
      5    @page {
      6      /*
      7       * Test huge margins, they should be reset back the default margin size.
      8       */
      9      margin: 10in;
     10    }
     11    * {
     12      margin: 0;
     13      padding: 0;
     14    }
     15    div {
     16      width: 100%;
     17      border: 0.25in solid green;
     18    }
     19  </style>
     20 </head>
     21 <body>
     22  <div></div>
     23 </body>
     24 </html>