mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +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"><span>unvisited</span></a>
|
||
|
<a href="visited-page.html"><span>visited</span></a>
|