tor-browser

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

visited-inherit-1.html (230B)


      1 <!DOCTYPE html>
      2 <style>
      3 a { text-decoration: none; color: initial; display: block; margin: 2px; }
      4 .green { color: green; }
      5 </style>
      6 <a href="visited-page.html">
      7  <div>
      8    <span class="green">Should be green</span>
      9  </div>
     10 </a>