Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 <!DOCTYPE HTML>
2 <title>Test for privacy restrictions on :visited (Bug 147777)</title>
3 <div style="color: olive">unvisited + unvisited</div>
4 <div style="color: fuchsia">unvisited + visited</div>
5 <div style="color: olive">visited + unvisited</div>
6 <div style="color: fuchsia">visited + visited</div>