blob: e7cedde31a4db155b7de05b40cba619cfb0f1906 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style>
a { text-decoration: none }
:link span { color: olive; }
:visited span { color: fuchsia; }
</style>
<a href="unvisited-page.html"><span>unvisited</span></a>
<a href="visited-page.html"><span>visited</span></a>
|