tor-browser

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

counter-containment-001.html (298B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://issues.chromium.org/issues/400087471">
      4 <style>
      5  :root {
      6    counter-increment: a1 9;
      7    container-type: inline-size;
      8  }
      9 </style>
     10 <script>
     11  window.print();
     12 </script>