tor-browser

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

custom-highlight-logical-metrics-002-ref.html (439B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test Reference</title>
      4 <head>
      5  <style>
      6    div {
      7      width: 100px;
      8      height: 200px;
      9      writing-mode: vertical-lr;
     10      line-height: 3em;
     11      text-underline-offset: 1svb;
     12      text-decoration-line: underline;
     13      text-decoration-color: green;
     14      text-decoration-thickness: 1svi;
     15    }
     16 </style>
     17 </head>
     18 <body>
     19  <div id="h1">With viewport size</div>
     20 </body>