mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
238 B
HTML
9 lines
238 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="visited-page.html">link</a>
|