summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/column-rule-1.html
blob: 4400ea8b0610c09da6418c2cc4d97e3eedb71cf9 (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; column-count: 2; }
:link { column-rule: medium dotted blue; }
:visited { column-rule: thick dashed silver; }

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