tor-browser

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

custom-highlight-painting-prioritization-003-ref.html (370B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <title>CSS Highlight API Test: Non-conflicting attributes</title>
      4 <style>
      5    #blue {
      6        background-color: blue;
      7        color: white;
      8    }
      9    #yellow {
     10        background-color: yellow;
     11    }
     12 </style>
     13 <body>
     14    <p>This <span id="blue">is an</span><span id="yellow"> example</span> of two overlapping highlights</p>
     15 </body>