tor-browser

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

custom-highlight-painting-021-ref.html (425B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test: Highlighting thick text - Reference</title>
      4 <link rel="author" title="Stephen Chenney" href="mailto:schenney@igalia.com">
      5 <style>
      6  body {
      7    -webkit-text-stroke-width: 3px;
      8    font-size: 25px;
      9  }
     10  span {
     11    -webkit-text-stroke-width: 0px;
     12    background-color: green;
     13  }
     14 </style>
     15 <body>This<span> thick text </span>should not be highlighted</body>