1
0
Fork 0
firefox/toolkit/components/places/tests/browser/461710_link_page.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

13 lines
293 B
HTML

<!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="461710_visited_page.html" id="link">Link to the visited page</a></p>
</body>
</html>