visited-nested.html (274B)
1 <!DOCTYPE html> 2 <title>:visited in inheritance</title> 3 <link rel="match" href="visited-nested-ref.html"> 4 <link rel="help" href="https://crbug.com/419001506"> 5 <style> 6 :visited { 7 & { 8 color: green; 9 } 10 } 11 </style> 12 <a href="">Test passes if this is green</a>