Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / css-visited / column-rule-1.html
blob4400ea8b0610c09da6418c2cc4d97e3eedb71cf9
1 <!DOCTYPE HTML>
2 <title>Test for privacy restrictions on :visited (Bug 147777)</title>
3 <style type="text/css">
5 a { text-decoration: none; color: initial; display: block; margin: 8px; column-count: 2; }
6 :link { column-rule: medium dotted blue; }
7 :visited { column-rule: thick dashed silver; }
9 </style>
10 <a href="unvisited-page.html">unvisited<br>link</a>
11 <a href="visited-page.html">visited<br>link</a>