mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
366 B
HTML
12 lines
366 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
<style type="text/css">
|
|
|
|
a { text-decoration: none; color: -moz-initial; display: block; margin: 8px; }
|
|
:link { outline: medium dotted blue; }
|
|
:visited { outline: thick dashed silver; }
|
|
|
|
</style>
|
|
<a href="unvisited-page.html">unvisited</a>
|
|
<a href="visited-page.html">visited</a>
|