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"> body { background: white; color: black } span { background: #ccc; } </style> <span>unvisited</span> <span>visited</span>