summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/outline-1.html
blob: d31cf4feb7984f9bdf8c1db29a81f9523c51db63 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
<style type="text/css">

a { text-decoration: none; color: 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>