summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/color-on-link-1.html
blob: 425523f1f552e0d79b6c00e778c84e03ddee8b51 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style type="text/css">
a { text-decoration: none }
:link { color: fuchsia; }
:visited { color: purple; }
</style>
<a href="unvisited-page.html">link</a>