gecko/toolkit/components/places/tests/mochitest/bug_461710/link_page-2.html

13 lines
306 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Link page 2</title>
<style type="text/css">
a:link { color: #0000ff; }
a:visited { color: #ff0000; }
</style>
</head>
<body>
<p><a href="visited_page.html" id="link">Link to the second visited page</a></p>
</body>
</html>