tor-browser

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

115199-2a.html (360B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <style>
      5    @page {
      6      /*
      7       * Test a margin that causes the page to have zero width.
      8       */
      9      margin: 0 2.5in;
     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>