summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/browser/461710_link_page.html
blob: 6bea506284aca0abf8b1d5567b1091080dca7736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>