blob: 5e10a34fc027806f3190658786faf080fc51b30a [file] [log] [blame]
Torne (Richard Coles)5c87bf82012-11-14 11:46:17 +00001<!DOCTYPE html>
2<html>
3<head>
4<title>Visited link coloring test</test>
5<style>
6:visited {
7 color: limegreen;
8}
9</style>
10</head>
11<body>
12<h1>Visited link coloring test</h1>
13<p>Make sure the link below is not colored as visited (delete the item
14for visited-link.html from your history and restart if
15necessary). Then cmd-click it. The link should turn lime green.</p>
16<a href="resources/visited-link.html">Am I a visited link?</a>
17</body>
18</html>