tor-browser

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

printpreview_mixed_page_size_001.html (154B)


      1 <!DOCTYPE html>
      2 <style>
      3 @page a {
      4    size: 10in 5in;
      5 }
      6 @page b {
      7    size: 6in 9in;
      8 }
      9 </style>
     10 <div style="page: a">a</div>
     11 <div style="page: b">b</div>