tor-browser

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

selector-adj-sibling-3.xhtml (367B)


      1 <!DOCTYPE HTML>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3 <head>
      4 <title>Test for bug 1431539</title>
      5 <style>
      6  a { text-decoration: none }
      7  :visited { color: green }
      8  :-moz-any(:visited) + span {
      9    color: red;
     10  }
     11 </style>
     12 </head>
     13 <body>
     14 <a href="visited-page.html">
     15  <a href="visited-page.html">visited</a>
     16  <span>Should be green</span>
     17 </a>
     18 </body>
     19 </html>