tor-browser

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

visited-part-crash.html (169B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://crbug.com/1413904">
      3 <style>
      4  .foo:visited::part(test) {}
      5 </style>
      6 <div class=foo>
      7  <a class=foo href="">Test</a>
      8 </div>