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