tor-browser

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

1427141-1.html (752B)


      1 <!doctype html>
      2 <html class="reftest-paged">
      3  <head>
      4    <title>bug 1427141</title>
      5 
      6    <style>
      7    @page { size:5in 3in; margin:0.5in; }
      8    html,body {
      9        color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0;
     10    }
     11 
     12    report-page {
     13      height: 100%;
     14      display: block;
     15      overflow: hidden;
     16      page-break-before: always;
     17    }
     18 
     19    html, body {
     20      height: 100%;
     21      width: 100%;
     22    }
     23    </style>
     24  </head>
     25  <body>
     26    <report-page>
     27      <div>
     28        <table>
     29          <tr>
     30            <td>
     31                PAGE 1 (above) is blank. The line below is visible:<br>
     32                THIS IS PAGE 2
     33            </td>
     34          </tr>
     35        </table>
     36      </div>
     37    </report-page>
     38  </body>
     39 </html>