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

13 lines
297 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
<title>Link page</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 visited page</a></p>
</body>
</html>