tor-browser

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

target-text-text-decoration-001-ref.html (339B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Pseudo-Elements Test: Reference ::target-text text-decoration-color</title>
      4 <style>
      5  div {
      6    text-decoration: solid underline magenta;
      7    color: initial;
      8    background: transparent;
      9  }
     10 </style>
     11 <p>The test passes if the following line has a magenta underline.</p>
     12 <div>Example</div>