Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>:visited in inheritance</title>
<link rel="match" href="visited-nested-ref.html">
<style>
:visited {
& {
color: green;
}
}
</style>
<a href="">Test passes if this is green</a>