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