Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
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>