tor-browser

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

1900028-text-mask-pdf-ref.html (364B)


      1 <!DOCTYPE html>
      2 <head>
      3  <meta charset="utf-8">
      4  <link href="print.css" rel="stylesheet">
      5  <style>
      6    .test {
      7      font-size: 50px;
      8      height: 2em;
      9    }
     10  </style>
     11 </head>
     12 <p>Some text</p>
     13 <p class=test><!-- This will not be visible in the print output,
     14                   unless backgrounds are explicitly enabled. --></p>
     15 <p>More text after the test</p>