2010-04-07 06:03:12 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
|
|
<style type="text/css">
|
|
|
|
|
2012-10-30 19:57:36 +04:00
|
|
|
a { text-decoration: none; color: initial; display: block; margin: 8px; -moz-column-count: 2; }
|
2010-04-07 06:03:12 +04:00
|
|
|
:link { -moz-column-rule: medium dotted blue; }
|
|
|
|
:visited { -moz-column-rule: thick dashed silver; }
|
|
|
|
|
|
|
|
</style>
|
|
|
|
<a href="unvisited-page.html">unvisited<br>link</a>
|
|
|
|
<a href="visited-page.html">visited<br>link</a>
|