summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/visited-link-new-window.html
blob: 5e10a34fc027806f3190658786faf080fc51b30a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>Visited link coloring test</test>
<style>
:visited {
    color: limegreen;
}
</style>
</head>
<body>
<h1>Visited link coloring test</h1>
<p>Make sure the link below is not colored as visited (delete the item
for visited-link.html from your history and restart if
necessary). Then cmd-click it. The link should turn lime green.</p>
<a href="resources/visited-link.html">Am I a visited link?</a>
</body>
</html>