tor-browser

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

css-highlight-painting-underline-offset-001-ref.html (306B)


      1 <!DOCTYPE html>
      2 <html>
      3 <meta charset="utf-8">
      4 <title>CSS Highlight API Test: ::highlight with text-underline-offset, reference</title>
      5 <style>
      6  #target {
      7    text-decoration: wavy underline green 5px;
      8    text-underline-offset: 20px;
      9  }
     10 </style>
     11 <p id="target">The underline should be offset.</p>
     12 </html>