tor-browser

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

content-003-print.html (529B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://drafts.csswg.org/css-page-3/#populating-margin-boxes">
      4 <meta name="assert" content="Test image in the content property inside page margin boxes.">
      5 <link rel="match" href="content-003-print-ref.html">
      6 <style>
      7  @page {
      8    margin: 0;
      9    margin-top: 50px;
     10 
     11    @top-left {
     12      text-align: left;
     13      vertical-align: top;
     14      content: "Lime rectangle: " url(/images/green.png);
     15    }
     16  }
     17 </style>