blob: 9ec44c5cd3e4b704e06547183d02481e4d8a2faa (
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 type="text/css">
body { background: white; color: black }
span { background: #ccc; }
</style>
<span>unvisited</span>
<span>visited</span>
|