Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <!DOCTYPE HTML>
2 <title>Test for privacy restrictions on :visited (Bug 147777)</title>
3 <style type="text/css">
5 div { margin: 2px; }
6 .unvis { border: medium solid olive; border-top: dashed thin blue; }
7 .vis { border: medium solid fuchsia; border-top-style: dashed; border-top-width: thin; border-right-color: silver; }
9 </style>
10 <div class="unvis">unvisited</div>
11 <div class="vis">visited</div>