Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/visited-nested.html - WPT Dashboard Interop Dashboard
<!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>