tor-browser

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

any-link-attribute-removal-ref.html (246B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS test reference</title>
      4 <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu">
      5 <style>
      6  span { color: green; }
      7 </style>
      8 <body>
      9  <a></a><span>This should be green</span>
     10 </body>