tor-browser

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

mozPrintCallback-rect-001-print-ref.html (265B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <style>
      4  .reference {
      5    background: yellow;
      6    height: 80px;
      7    width: 80px;
      8  }
      9  .inner {
     10    background: cyan;
     11    height: 60px;
     12    width: 60px;
     13  }
     14 </style>
     15 <div class="reference">
     16  <div class="inner"></div>
     17 </div>