<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.removeAllVisitedLinks(); | |
} | |
</script> | |
</head> | |
<body> | |
This tests to see if the history delegate is notified to populate the visited links hash.<br> | |
<a href="http://www.example.com/">Am I a visited link?</a> | |
</body> | |
</html> |