summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/selector-adj-sibling-1.html
blob: b5bb0d413e0786138727572c25122076b0406c16 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!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>