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