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

a { text-decoration: none; display: block; margin: 2px; }
:link { color: maroon; border: medium solid; border-top: dashed thin blue; }
:visited { color: gray; border: thick dotted fuchsia; border-right: thin double; }

</style>
<a href="unvisited-page.html">unvisited</a>
<a href="visited-page.html">visited</a>