mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
16 lines
394 B
HTML
16 lines
394 B
HTML
<!DOCTYPE HTML>
|
|
<!--
|
|
Intentionally using an HTML reference for an XHTML test, just to
|
|
mix things up a little. :-)
|
|
-->
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
<style>
|
|
|
|
span { text-decoration: none; color: olive }
|
|
|
|
</style>
|
|
<span>unvisited / unvisited</span>
|
|
<span>unvisited / visited</span>
|
|
<span>visited / unvisited</span>
|
|
<span>visited / visited</span>
|