outline-1.html 361 B

123456789101112
  1. <!DOCTYPE HTML>
  2. <title>Test for privacy restrictions on :visited (Bug 147777)</title>
  3. <style type="text/css">
  4. a { text-decoration: none; color: initial; display: block; margin: 8px; }
  5. :link { outline: medium dotted blue; }
  6. :visited { outline: thick dashed silver; }
  7. </style>
  8. <a href="unvisited-page.html">unvisited</a>
  9. <a href="visited-page.html">visited</a>