summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/browser/461710_link_page-3.html
blob: d465cf79c62232e64c8984d621ca4af4fa1d7232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
  <head>
    <title>Link page 3</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 third visited page</a></p>
  </body>
</html>