visited-inherit-1-ref.html (232B)
1 <!DOCTYPE html> 2 <style> 3 a { text-decoration: none; color: initial; display: block; margin: 2px; } 4 .green { color: green; } 5 </style> 6 <a href="unvisited-page.html"> 7 <div> 8 <span class="green">Should be green</span> 9 </div> 10 </a>