summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/content-color-on-visited-before-1.html
blob: 72664e022789040f2c64cd0b299ec92b03a81db6 (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="visited-page.html"></a>