<html> | |
<head> | |
<script> | |
function runTest() { | |
if (window.testRunner) { | |
testRunner.notifyDone(); | |
} | |
} | |
</script> | |
</head> | |
<body onload="runTest();"> | |
<div><a href="https://bugs.webkit.org/show_bug.cgi?id=9150">Bug 9150 DumpRenderTree should be able to keep URL history during runs</a></div> | |
<div>The tests passes if <a href="./clicked-link-is-visited-2.html">this link</a> is rendered in a visited color.</div> | |
</body> | |
</html> |