tor-browser

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

custom-highlight-painting-invalidation-007-ref.html (163B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <style>
      4    .highlighted {
      5      background: blue;
      6    }
      7 </style>
      8 <body>
      9    <span class="highlighted">Hello</span>
     10 </body>