mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
12 lines
310 B
HTML
12 lines
310 B
HTML
<!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"></a><span>unvisited</span>
|
|
<a href="visited-page.html"></a><span>visited</span>
|