WebCore/manual-tests/visited-link-new-window.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:02:29 +0300
changeset 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

<!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>