Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<head>
<title>Test for bug 1431539</title>
<style>
a { text-decoration: none }
:visited { color: green }
:-moz-any(:visited) + span {
color: red;
}
</style>
</head>
<body>
<a href="visited-page.html">
<a href="visited-page.html">visited</a>
<span>Should be green</span>
</a>
</body>
</html>