Mypal/layout/reftests/css-visited/outline-1.html

12 lines
361 B
HTML

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