blob: 57220446c8688a3a12fcb36aeb00b904c901fd3d [file] [log] [blame] [edit]
<!DOCTYPE html>
<title>:visited in inheritance</title>
<link rel="match" href="visited-nested-ref.html">
<link rel="help" href="https://crbug.com/419001506">
<style>
:visited {
& {
color: green;
}
}
</style>
<a href="">Test passes if this is green</a>