mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-01 00:33:57 +00:00
9 lines
240 B
HTML
9 lines
240 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
<style type="text/css">
|
|
a { text-decoration: none }
|
|
:link { color: fuchsia; }
|
|
:visited { color: purple; }
|
|
</style>
|
|
<a href="unvisited-page.html">link</a>
|