mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 11:18:39 +09:00
8 lines
240 B
HTML
8 lines
240 B
HTML
<!DOCTYPE HTML>
|
|
<title>Test for privacy restrictions on :visited (Bug 147777)</title>
|
|
<style type="text/css">
|
|
a { text-decoration: none }
|
|
:link { color: fuchsia; }
|
|
:visited { color: purple; }
|
|
</style>
|
|
<a href="unvisited-page.html">link</a>
|