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