tenfourfox/layout/reftests/css-visited/selector-any-sibling-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>