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