tor-browser

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

page-box-010-print.html (447B)


      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/#page-properties">
      4 <link rel="match" href="page-box-010-print-ref.html">
      5 <meta name="assert" content="Test @page outline">
      6 <style>
      7  @page {
      8    margin: 50px;
      9    outline: 10px solid green;
     10    outline-offset: 40px;
     11  }
     12  body {
     13    margin: 0;
     14  }
     15 </style>
     16 There should be a green outline.