<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS: Tests for :-moz-any-link</title>
  <style type="text/css">
   :-moz-any-link { color: green; text-decoration: none; }
   * { display: block; margin: 1em; padding: 0; }
   title, style { display: none; }
   *:before { content: attr(title); }
  </style>
  <link href="#" rel="index" title="This should be green."/>
 </head>
 <body>
  <p><a href="#">This should be green.</a></p>
  <p><a href="./">This should be green.</a></p>
  <p><a href="http://unvisited.example.org/">This should be green.</a></p>
 </body>
</html>
