white-to-transparent-1.html 354 B

1234567891011121314
  1. <!DOCTYPE HTML>
  2. <title>Test for privacy restrictions on :visited (Bug 147777)</title>
  3. <style type="text/css">
  4. body { background: white; color: black }
  5. a { text-decoration: none; color: black }
  6. :link { background: #ccc; }
  7. :visited { background: transparent }
  8. </style>
  9. <a href="unvisited-page.html">unvisited</a>
  10. <a href="visited-page.html">visited</a>