summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/content-color-on-link-before-1.html
blob: bea15972fa4b359d4f9dc47289de7c5d530d4eed (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:before { content: "link"; color: fuchsia; }
:visited:before { content: "visited"; color: purple; }
</style>
<a href="unvisited-page.html"></a>