tor-browser

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

selector-any-sibling-1-ref.html (165B)


      1 <!DOCTYPE HTML>
      2 <title>Test for privacy restrictions on :visited (Bug 147777)</title>
      3 <style>
      4 div { color: olive; }
      5 </style>
      6 <div>unvisited</div>
      7 <div>visited</div>