blob: 0b3d4ea4bad54db88b306161ae80cb73ad28692a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE HTML>
<!--
Intentionally using an HTML reference for an XHTML test, just to
mix things up a little. :-)
-->
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style>
span { text-decoration: none; color: olive }
</style>
<span>unvisited / unvisited</span>
<span>unvisited / visited</span>
<span>visited / unvisited</span>
<span>visited / visited</span>
|