tor-browser

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

custom-highlight-painting-staticrange-004-ref.html (260B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test: </title>
      4 <style>
      5  span {
      6    background-color: rgba(0, 128, 0, 0.5);
      7    color: blue;
      8  }
      9 </style>
     10 <body><span>One </span><span>two </span><span>one-point-five </span><span>three…</span>